diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-25 19:18:43 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-25 19:18:43 +0100 |
commit | d4d460b1337da215ae6a78ea429e202c72521b29 (patch) | |
tree | a8e9540c6564a85d54c21f2d5b3323180e65936f /extra/libgphoto2/Pkgfile | |
parent | d1fec5c90e64d59291db5e8d6e54e4329169e2ad (diff) | |
download | nutyx-extra-d4d460b1337da215ae6a78ea429e202c72521b29.tar.gz nutyx-extra-d4d460b1337da215ae6a78ea429e202c72521b29.tar.bz2 nutyx-extra-d4d460b1337da215ae6a78ea429e202c72521b29.tar.xz nutyx-extra-d4d460b1337da215ae6a78ea429e202c72521b29.zip |
Maj libphoto2#2.4.8-1
Diffstat (limited to 'extra/libgphoto2/Pkgfile')
-rwxr-xr-x | extra/libgphoto2/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/libgphoto2/Pkgfile b/extra/libgphoto2/Pkgfile index 4b854a8c5..4e9339e5d 100755 --- a/extra/libgphoto2/Pkgfile +++ b/extra/libgphoto2/Pkgfile @@ -2,10 +2,10 @@ # URL: http://www.gphoto.org/proj/libgphoto2/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: +# Depends on: hal, libjpeg, libexif, libtool, libusb name=libgphoto2 -version=2.4.4 +version=2.4.8 release=1 source=(http://downloads.sourceforge.net/gphoto/$name-$version.tar.bz2) @@ -14,4 +14,5 @@ build() { ./configure --prefix=/usr --sysconfdir=/etc make make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc } |