CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
wget: updated to 1.15
[crossrootfs.git] / pciutils / Pkgfile
index e57453b4d74945c5ba7acf81fbe61be38164be83..56f02cbbc98de3dcd79f252124e659035ab1b540 100644 (file)
@@ -5,12 +5,12 @@
 # Depends on:
 
 name=pciutils
-version=3.1.7
+version=3.2.1
 release=1
-source=(http://www.kernel.org/pub/software/utils/$name/$name-$version.tar.gz)
+source=(ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/$name-$version.tar.gz)
 
 build() {
-    cd $name-$version
-    make CC="$CC" AR="$AR" RANLIB="$RANLIB" OPT="$CFLAGS" PREFIX=/usr ZLIB=no
-    make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man STRIP="" install install-lib
+  cd $name-$version
+  make CC="$CC" AR="$AR" RANLIB="$RANLIB" OPT="$CFLAGS" PREFIX=/usr ZLIB=no
+  make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man STRIP="" install install-lib
 }