gphoto2: initial release
This commit is contained in:
parent
ca6ff14baf
commit
760ba64947
6
gphoto2/.footprint
Normal file
6
gphoto2/.footprint
Normal 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
1
gphoto2/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
94f5cc8528923e19186508edae9cf24c gphoto2-2.4.2.tar.gz
|
22
gphoto2/Pkgfile
Normal file
22
gphoto2/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user