summaryrefslogtreecommitdiffstats
path: root/extra/libifp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libifp/Pkgfile')
-rw-r--r--extra/libifp/Pkgfile19
1 files changed, 19 insertions, 0 deletions
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
+}