diff options
Diffstat (limited to 'pciutils')
-rw-r--r-- | pciutils/.footprint | 24 | ||||
-rw-r--r-- | pciutils/.md5sum | 1 | ||||
-rw-r--r-- | pciutils/Pkgfile | 16 | ||||
-rw-r--r-- | pciutils/Pkgfile.old | 14 |
4 files changed, 0 insertions, 55 deletions
diff --git a/pciutils/.footprint b/pciutils/.footprint deleted file mode 100644 index 1eddd46..0000000 --- a/pciutils/.footprint +++ /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 index 544c7f2..0000000 --- a/pciutils/.md5sum +++ /dev/null @@ -1 +0,0 @@ -f3e349d22a3714b4272b171649ad5235 pciutils-3.1.7.tar.gz diff --git a/pciutils/Pkgfile b/pciutils/Pkgfile deleted file mode 100644 index f2d99ad..0000000 --- a/pciutils/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -description="Library and utilities to access the PCI bus configuration registers" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" -url="http://mj.ucw.cz/pciutils.shtml" -depends=() - -name=pciutils -version=3.1.7 -release=1 -source=(http://www.kernel.org/pub/software/utils/pciutils/pciutils-3.1.7.tar.gz) -build () -{ - cd $name-$version; - make OPT="$CFLAGS" PREFIX=/usr ZLIB=no; - make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man install install-lib -} diff --git a/pciutils/Pkgfile.old b/pciutils/Pkgfile.old deleted file mode 100644 index 36ea207..0000000 --- a/pciutils/Pkgfile.old +++ /dev/null @@ -1,14 +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 - -name=pciutils -version=3.1.7 -release=1 -source=(http://www.kernel.org/pub/software/utils/$name/$name-$version.tar.gz) - -build() { - cd $name-$version - make OPT="$CFLAGS" PREFIX=/usr ZLIB=no - make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man install install-lib -} |