]> git.pld-linux.org Git - packages/applnk.git/commitdiff
- added using new applnk automake/autocnf suit. applnk-1_4_2-1
authorkloczek <kloczek@pld-linux.org>
Sat, 30 Dec 2000 02:48:43 +0000 (02:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    applnk.spec -> 1.11

applnk.spec

index ac9be5951cd66b42062857bd6ff1efa36489b0c2..672d1a0907f73678e80f4b73dcc6b8b86236b5d7 100644 (file)
@@ -1,4 +1,4 @@
-Summary:       AppLnk - base directories tree used for storing desktop/kdelnk menu entries
+Summary:       Applnk - base directories tree used for storing desktop/kdelnk menu entries
 Summary(pl):   Applnk - bazowa srruktura katalogów z opisami do plików desktop/kdelnk
 Name:          applnk
 Version:       1.4.2
@@ -10,6 +10,8 @@ Source0:      ftp://ftp.pld.org.pl/software/applnk/%{name}-%{version}.tar.bz2
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _prefix         /usr/X11R6
+
 %description
 Base directories tree used for storing desktop/kdelnk menu entries.
 Package also contains full description of this hierarchy (descriptions
@@ -25,11 +27,13 @@ grup/element
 %prep
 %setup -q
 
+%build
+%configure
+
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_applnkdir}
 
-cp -ar .order * $RPM_BUILD_ROOT%{_applnkdir}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.031705 seconds and 4 git commands to generate.