diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-30 21:57:07 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-30 21:57:07 +0200 |
commit | eeccbbdf2765c6afa47f04859b7baac067864d4f (patch) | |
tree | 9fed4ceac416140274d470f9f82eb65644b9e3c6 /extra/pilot-link/Pkgfile | |
parent | 620b9a3bbb0224e85bf15cd50495bf1420b5c73b (diff) | |
download | nutyx-pakxe-eeccbbdf2765c6afa47f04859b7baac067864d4f.tar.gz nutyx-pakxe-eeccbbdf2765c6afa47f04859b7baac067864d4f.tar.bz2 nutyx-pakxe-eeccbbdf2765c6afa47f04859b7baac067864d4f.tar.xz nutyx-pakxe-eeccbbdf2765c6afa47f04859b7baac067864d4f.zip |
maj pilot-link#0.12.5-1
Diffstat (limited to 'extra/pilot-link/Pkgfile')
-rw-r--r-- | extra/pilot-link/Pkgfile | 8 |
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 \ |