diff options
author | Lukc <lukc@upyum.com> | 2010-12-12 16:54:12 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-12 16:54:12 +0100 |
commit | 59689fa5e519db976eeab71d40707a9b3fe1cad3 (patch) | |
tree | 369d14511ee201d47ac3f03cf678816cb96111f8 /pciutils | |
parent | 76e20e25aefd48684b421d0a1452e49c579426e4 (diff) | |
download | opt-59689fa5e519db976eeab71d40707a9b3fe1cad3.tar.gz opt-59689fa5e519db976eeab71d40707a9b3fe1cad3.tar.bz2 opt-59689fa5e519db976eeab71d40707a9b3fe1cad3.tar.xz opt-59689fa5e519db976eeab71d40707a9b3fe1cad3.zip |
Recette des pciutils ajoutée.
Diffstat (limited to 'pciutils')
-rw-r--r-- | pciutils/.footprint | 24 | ||||
-rw-r--r-- | pciutils/.md5sum | 1 | ||||
-rw-r--r-- | pciutils/.sha256sum | 1 | ||||
-rw-r--r-- | pciutils/Pkgfile | 16 | ||||
-rw-r--r-- | pciutils/Pkgfile.old | 14 |
5 files changed, 56 insertions, 0 deletions
diff --git a/pciutils/.footprint b/pciutils/.footprint new file mode 100644 index 0000000..5e81616 --- /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/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/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/pcilib.7.bz2 +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/lspci.8.bz2 +-rw-r--r-- root/root usr/share/man/man8/setpci.8.bz2 +-rw-r--r-- root/root usr/share/man/man8/update-pciids.8.bz2 +-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/.sha256sum b/pciutils/.sha256sum new file mode 100644 index 0000000..5d9b49c --- /dev/null +++ b/pciutils/.sha256sum @@ -0,0 +1 @@ +0f39818eabd793bb48d5b98ca52141d8247306a85876482c0075d0c95aeccea2 pciutils-3.1.7.tar.gz diff --git a/pciutils/Pkgfile b/pciutils/Pkgfile new file mode 100644 index 0000000..f4c8624 --- /dev/null +++ b/pciutils/Pkgfile @@ -0,0 +1,16 @@ +description="Library and utilities to access the PCI bus configuration registers." +packager="CRUX System Team <core-ports AT crux DOT nu>" +maintainer="Lukc <lukc AT upyum DOT com>" +url="http://mj.ucw.cz/pciutils.shtml" +depends=() + +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=$prefix ZLIB=no; + make DESTDIR=$PKG PREFIX=$prefix MANDIR=$mandir 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 +} |