CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libnl: cleanup and removed $RM which is only used in distclean stage in the Makefile
authorJose V Beneyto <sepen@crux.nu>
Thu, 2 Dec 2010 08:27:17 +0000 (09:27 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 2 Dec 2010 08:27:17 +0000 (09:27 +0100)
libnl/Pkgfile

index 70f7b11a9025f8f2e2a4c513379ae55ec78acd1b..9bbd8af7bc5e77245903720dfc2e8631b2f9fbba 100644 (file)
@@ -1,21 +1,25 @@
 # Description: library for applications dealing with netlink sockets
 # URL: http://www.infradead.org/~tgr/libnl/
-# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
 # Packager: Hannes Mayer, kontakt at ecarux dot de
+# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on:
+
 
 name=libnl
 version=1.1
 release=1
-source=(http://mirror.slitaz.org/sources/packages/l/$name-$version.tar.gz
-    $name-1.1_ulong_max.diff)
+source=(http://mirror.slitaz.org/sources/packages/l/$name-$version.tar.gz \
+        $name-1.1_ulong_max.diff)
 
 build() {
   cd $name-$version
   patch -p1 -i ../libnl-1.1_ulong_max.diff
+
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr
-  make CC="$CC" AR="$AR" RM="$RM"
+
+  make CC="$CC" AR="$AR" 
   make DESTDIR=$PKG install
 }