summaryrefslogtreecommitdiffstats
path: root/extra/pilot-link/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 23:01:51 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 23:01:51 +0200
commit052b59cff628c9e544121aa5d31c25d1443f2e67 (patch)
treeecc7f0a143c901dd5f5fc7067221135929701740 /extra/pilot-link/Pkgfile
parent249707d2460815142dd4b129f7ff7ea2966499cb (diff)
downloadnutyx-pakxe-052b59cff628c9e544121aa5d31c25d1443f2e67.tar.gz
nutyx-pakxe-052b59cff628c9e544121aa5d31c25d1443f2e67.tar.bz2
nutyx-pakxe-052b59cff628c9e544121aa5d31c25d1443f2e67.tar.xz
nutyx-pakxe-052b59cff628c9e544121aa5d31c25d1443f2e67.zip
pilot-link#0.12.3-1
Diffstat (limited to 'extra/pilot-link/Pkgfile')
-rw-r--r--extra/pilot-link/Pkgfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/extra/pilot-link/Pkgfile b/extra/pilot-link/Pkgfile
new file mode 100644
index 000000000..71de4b6b1
--- /dev/null
+++ b/extra/pilot-link/Pkgfile
@@ -0,0 +1,27 @@
+# Description: outils internet
+# URL: http://www.pilot-link.org/
+# Maintainer: NutyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on :
+
+name=pilot-link
+version=0.12.3
+release=1
+source=(http://downloads.pilot-link.org/$name-$version.tar.bz2)
+
+build () {
+cd $name-$version
+./configure --prefix=/usr \
+ --enable-conduits \
+ --enable-libusb \
+ --with-libiconv \
+ --with-libpng
+make -j3
+make DESTDIR=$PKG install
+# Put udev rules at the right place
+mkdir -p $PKG/etc/udev/rules.d
+mv $PKG/usr/share/pilot-link/udev/60-libpisock.rules \
+ $PKG/etc/udev/rules.d
+rm -rf $PKG/usr/share/pilot-link/udev
+
+}