diff options
author | Lukc <lukc@upyum.com> | 2010-12-11 19:15:23 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-11 19:15:35 +0100 |
commit | 6d908a38e05b9d4135c65d23114a5874215b5bb8 (patch) | |
tree | b5e6da6d95b9a1235d82032b509b80483a886ff5 /pciutils | |
download | base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.gz base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.bz2 base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.xz base-6d908a38e05b9d4135c65d23114a5874215b5bb8.zip |
Engagement initial.
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, 55 insertions, 0 deletions
diff --git a/pciutils/.footprint b/pciutils/.footprint new file mode 100644 index 0000000..1eddd46 --- /dev/null +++ b/pciutils/.footprint @@ -0,0 +1,24 @@ +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 new file mode 100644 index 0000000..544c7f2 --- /dev/null +++ b/pciutils/.md5sum @@ -0,0 +1 @@ +f3e349d22a3714b4272b171649ad5235 pciutils-3.1.7.tar.gz diff --git a/pciutils/Pkgfile b/pciutils/Pkgfile new file mode 100644 index 0000000..f2d99ad --- /dev/null +++ b/pciutils/Pkgfile @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..36ea207 --- /dev/null +++ b/pciutils/Pkgfile.old @@ -0,0 +1,14 @@ +# 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 +} |