CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pciutils: updated to 3.1.10 and aligned with upstream
[crossrootfs.git] / pciutils / Pkgfile
index e57453b4d74945c5ba7acf81fbe61be38164be83..dcfcb57b0b4bb49c2ea160f127ac6cbf9ab74f85 100644 (file)
@@ -5,12 +5,12 @@
 # Depends on:
 
 name=pciutils
-version=3.1.7
+version=3.1.10
 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
 }