gphoto2: initial release

This commit is contained in:
Juergen Daubert 2008-07-16 08:42:38 +02:00
parent ca6ff14baf
commit 760ba64947
3 changed files with 29 additions and 0 deletions

6
gphoto2/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gphoto2
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/gphoto2.1.gz

1
gphoto2/.md5sum Normal file
View File

@ -0,0 +1 @@
94f5cc8528923e19186508edae9cf24c gphoto2-2.4.2.tar.gz

22
gphoto2/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: Command-line client for libgphoto2
# URL: http://www.gphoto.org
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: ncurses readline libtool popt libgphoto2
name=gphoto2
version=2.4.2
release=1
source=(http://download.sourceforge.net/sourceforge/gphoto/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}