diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-29 14:16:00 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-29 14:16:00 +0200 |
commit | 98f68eb7c1ae70b86850b56ecdf1baa62b024752 (patch) | |
tree | 37bd2a6d52bf654073473825cfd0f73e5aaf782f /extra | |
parent | 5f83c06be4025d6ad53a2c1d2ad7746ae2e5b84a (diff) | |
download | nutyx-pakxe-98f68eb7c1ae70b86850b56ecdf1baa62b024752.tar.gz nutyx-pakxe-98f68eb7c1ae70b86850b56ecdf1baa62b024752.tar.bz2 nutyx-pakxe-98f68eb7c1ae70b86850b56ecdf1baa62b024752.tar.xz nutyx-pakxe-98f68eb7c1ae70b86850b56ecdf1baa62b024752.zip |
Ajout de libifp#1.0.0.2-1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/libifp/.footprint | 15 | ||||
-rw-r--r-- | extra/libifp/.md5sum | 1 | ||||
-rw-r--r-- | extra/libifp/Pkgfile | 19 |
3 files changed, 35 insertions, 0 deletions
diff --git a/extra/libifp/.footprint b/extra/libifp/.footprint new file mode 100644 index 000000000..b73d6a77d --- /dev/null +++ b/extra/libifp/.footprint @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ifpline +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/ifp.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libifp.a +-rwxr-xr-x root/root usr/lib/libifp.la +lrwxrwxrwx root/root usr/lib/libifp.so -> libifp.so.4.1.4 +lrwxrwxrwx root/root usr/lib/libifp.so.4 -> libifp.so.4.1.4 +-rwxr-xr-x root/root usr/lib/libifp.so.4.1.4 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/ifp.h.3.gz diff --git a/extra/libifp/.md5sum b/extra/libifp/.md5sum new file mode 100644 index 000000000..29d33db93 --- /dev/null +++ b/extra/libifp/.md5sum @@ -0,0 +1 @@ +d4114794b13bd32b6b767e0870df6fc4 libifp-1.0.0.2.tar.gz diff --git a/extra/libifp/Pkgfile b/extra/libifp/Pkgfile new file mode 100644 index 000000000..740164435 --- /dev/null +++ b/extra/libifp/Pkgfile @@ -0,0 +1,19 @@ +# Description: Librairie pour le iRiver +# URL: http://ifp-driver.sourceforge.net/libifp/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libusb + +name=libifp +version=1.0.0.2 +release=1 +source=(http://prdownloads.sourceforge.net/ifp-driver/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --with-libusb \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} |