CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pciutils: removed port
authorVictor Martinez <pitillo@ono.com>
Tue, 17 May 2016 19:54:55 +0000 (19:54 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 17 May 2016 19:54:55 +0000 (19:54 +0000)
pciutils/.footprint [deleted file]
pciutils/.md5sum [deleted file]
pciutils/Pkgfile [deleted file]

diff --git a/pciutils/.footprint b/pciutils/.footprint
deleted file mode 100644 (file)
index 1eddd46..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/include/
-drwxr-xr-x     root/root       usr/include/pci/
--rw-r--r--     root/root       usr/include/pci/config.h
--rw-r--r--     root/root       usr/include/pci/header.h
--rw-r--r--     root/root       usr/include/pci/pci.h
--rw-r--r--     root/root       usr/include/pci/types.h
-drwxr-xr-x     root/root       usr/lib/
--rw-r--r--     root/root       usr/lib/libpci.a
-drwxr-xr-x     root/root       usr/lib/pkgconfig/
--rw-r--r--     root/root       usr/lib/pkgconfig/libpci.pc
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man7/
--rw-r--r--     root/root       usr/man/man7/pcilib.7.gz
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/lspci.8.gz
--rw-r--r--     root/root       usr/man/man8/setpci.8.gz
--rw-r--r--     root/root       usr/man/man8/update-pciids.8.gz
-drwxr-xr-x     root/root       usr/sbin/
--rwxr-xr-x     root/root       usr/sbin/lspci
--rwxr-xr-x     root/root       usr/sbin/setpci
--rwxr-xr-x     root/root       usr/sbin/update-pciids
-drwxr-xr-x     root/root       usr/share/
--rw-r--r--     root/root       usr/share/pci.ids
diff --git a/pciutils/.md5sum b/pciutils/.md5sum
deleted file mode 100644 (file)
index 50d373a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-00ec5c00e00d0360aebe33031e4bf712  pciutils-3.4.0.tar.gz
diff --git a/pciutils/Pkgfile b/pciutils/Pkgfile
deleted file mode 100644 (file)
index 367bffc..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: Library and utilities to access the PCI bus configuration registers
-# URL: http://mj.ucw.cz/pciutils.shtml
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on: eudev
-
-name=pciutils
-version=3.4.0
-release=1
-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
-}