wok annotate gphotofs/receipt @ rev 20957

created gcc83-lib-base
author Hans-G?nter Theisgen
date Mon Mar 04 13:17:33 2019 +0100 (2019-03-04)
parents dd20cfe6a10b
children 932cd974e081
rev   line source
pascal@20430 1 # SliTaz package receipt.
pascal@20430 2
pascal@20430 3 PACKAGE="gphotofs"
pascal@20430 4 VERSION="0.5.0"
pascal@20430 5 CATEGORY="base-system"
pascal@20430 6 SHORT_DESC="a FUSE filesystem module to mount your camera as a filesystem"
pascal@20430 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20430 8 LICENSE="GPL2"
pascal@20430 9 TARBALL="$PACKAGE-${VERSION%.*}.tar.bz2"
pascal@20430 10 WEB_SITE="http://www.gphoto.org/proj/gphotofs/"
pascal@20430 11 WGET_URL="$SF_MIRROR/project/gphoto/$PACKAGE/$VERSION/$TARBALL"
pascal@20430 12
pascal@20430 13 DEPENDS="fuse libgphoto2 glib"
pascal@20431 14 BUILD_DEPENDS="fuse-dev libgphoto2-dev glib-dev libtool"
pascal@20430 15
pascal@20430 16 # Rules to configure and make the package.
pascal@20430 17 compile_rules()
pascal@20430 18 {
pascal@20430 19 ./configure --prefix=/usr $CONFIGURE_ARGS 2>&1 | grep -v POTFILES
pascal@20430 20 make &&
pascal@20430 21 make DESTDIR=$DESTDIR install
pascal@20430 22 }
pascal@20430 23
pascal@20430 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20430 25 genpkg_rules()
pascal@20430 26 {
pascal@20430 27 cp -a $install/usr $fs
pascal@20430 28 mkdir -p $install/usr/share/doc
pascal@20430 29 cp $src/README $install/usr/share/doc
pascal@20430 30 }