wok view gphoto2/receipt @ rev 5053

fix typos: libgphoto2
author Rohit Joshi <jozee@slitaz.org>
date Sat Mar 06 18:51:17 2010 +0000 (2010-03-06)
parents 9f19aee613be
children 14c207569d2e
line source
1 # SliTaz package receipt.
3 PACKAGE="gphoto2"
4 VERSION="2.4.8"
5 CATEGORY="graphics"
6 SHORT_DESC="digital camera download and access program"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="libexif jpeg libgphoto2 readline popt libtool ncurses"
9 BUILD_DEPENDS="jpeg-dev libexif-dev libgphoto2 libgphoto2-dev readline readline-dev popt-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.gphoto.org"
12 WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
13 TAGS="camera photo"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr &&
21 make &&
22 make prefix=$PWD/_pkg/usr install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share
30 cp -a $_pkg/usr/bin $fs/usr
32 }