summaryrefslogtreecommitdiffstats
path: root/extra/libgphoto2/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-25 19:18:43 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-25 19:18:43 +0100
commitd4d460b1337da215ae6a78ea429e202c72521b29 (patch)
treea8e9540c6564a85d54c21f2d5b3323180e65936f /extra/libgphoto2/Pkgfile
parentd1fec5c90e64d59291db5e8d6e54e4329169e2ad (diff)
downloadnutyx-pakxe-d4d460b1337da215ae6a78ea429e202c72521b29.tar.gz
nutyx-pakxe-d4d460b1337da215ae6a78ea429e202c72521b29.tar.bz2
nutyx-pakxe-d4d460b1337da215ae6a78ea429e202c72521b29.tar.xz
nutyx-pakxe-d4d460b1337da215ae6a78ea429e202c72521b29.zip
Maj libphoto2#2.4.8-1
Diffstat (limited to 'extra/libgphoto2/Pkgfile')
-rwxr-xr-xextra/libgphoto2/Pkgfile5
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
}