summaryrefslogtreecommitdiffstats
path: root/extra/pilot-link/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pilot-link/Pkgfile')
-rw-r--r--extra/pilot-link/Pkgfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/pilot-link/Pkgfile b/extra/pilot-link/Pkgfile
index 71de4b6b1..3ce0d5e4f 100644
--- a/extra/pilot-link/Pkgfile
+++ b/extra/pilot-link/Pkgfile
@@ -2,15 +2,17 @@
# URL: http://www.pilot-link.org/
# Maintainer: NutyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on :
+# Depends on: libusb, libpng, popt
name=pilot-link
-version=0.12.3
+version=0.12.5
release=1
-source=(http://downloads.pilot-link.org/$name-$version.tar.bz2)
+source=(http://downloads.pilot-link.org/$name-$version.tar.bz2\
+ pilot-link-png14.patch)
build () {
cd $name-$version
+patch -Np1 -i ../pilot-link-png14.patch
./configure --prefix=/usr \
--enable-conduits \
--enable-libusb \