opt/gphoto2/Pkgfile

18 lines
443 B
Plaintext
Raw Normal View History

2008-07-16 08:42:38 +02:00
# Description: Command-line client for libgphoto2
2021-02-22 15:59:15 +01:00
# URL: http://www.gphoto.org
# Maintainer: Juergen Daubert, jue at crux dot nu
2022-05-09 13:21:05 +02:00
# Depends on: libexif libgphoto2 popt readline
2008-07-16 08:42:38 +02:00
name=gphoto2
2022-01-04 13:11:29 +01:00
version=2.5.28
2008-07-16 08:42:38 +02:00
release=1
source=(http://downloads.sourceforge.net/project/gphoto/gphoto/$version/$name-$version.tar.bz2)
2008-07-16 08:42:38 +02:00
build() {
2021-02-22 15:59:15 +01:00
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
2008-07-16 08:42:38 +02:00
}