diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 23:53:02 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 23:53:02 +0100 |
commit | 8e8ad512d60cb2a150926713c7a4e8e6abd000de (patch) | |
tree | f27fda8a3ef122d4212dff11fcc1880bcda8ccb0 /extra/usbutils/Pkgfile | |
parent | ada4d25277d8d686b8e6b1c22340924e871e0ae0 (diff) | |
download | nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.gz nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.bz2 nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.xz nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.zip |
Paquets avec dépendances déplacés dans extra
Diffstat (limited to 'extra/usbutils/Pkgfile')
-rwxr-xr-x | extra/usbutils/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/usbutils/Pkgfile b/extra/usbutils/Pkgfile new file mode 100755 index 000000000..f86587fd5 --- /dev/null +++ b/extra/usbutils/Pkgfile @@ -0,0 +1,22 @@ +# Description: Utilitaire pci pour liaison USB +# URL: http://downloads.sourceforge.net/linux-usb/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libusb + +name=usbutils +version=0.86 +release=1 +source=( http://downloads.sourceforge.net/linux-usb/$name-$version.tar.gz) + + + +build() { + # build package + cd $name-$version + ./configure --prefix=/usr\ + --mandir=/usr/share/man\ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} |