wok annotate mtpfs/receipt @ rev 20088

Up slitaz-configs (312), tazinst (90), tazlito (464)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 29 16:02:41 2017 +0200 (2017-09-29)
parents 2b9f96603415
children 6e8b1bcb30e2
rev   line source
keupont@2885 1 # SliTaz package receipt.
keupont@2885 2
keupont@2885 3 PACKAGE="mtpfs"
pascal@12618 4 VERSION="1.1"
keupont@2885 5 CATEGORY="multimedia"
keupont@2885 6 SHORT_DESC="FUSE filesystem that supports reading and writing from any MTP device"
keupont@2885 7 MAINTAINER="keupont@no-log.org"
pascal@14999 8 LICENSE="GPL3"
al@17025 9 WEB_SITE="http://www.adebenham.com/mtpfs/"
pascal@14999 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14999 11 WGET_URL="http://www.adebenham.com/files/mtp/$TARBALL"
pascal@14999 12
al@17025 13 DEPENDS="fuse libmtp libmad libid3tag libgio"
al@17025 14 BUILD_DEPENDS="fuse-dev libmtp-dev libmad-dev libid3tag-dev"
keupont@2885 15
keupont@2885 16 # Rules to configure and make the package.
keupont@2885 17 compile_rules()
keupont@2885 18 {
al@17025 19 ./configure $CONFIGURE_ARGS && make && make install
keupont@2885 20 }
keupont@2885 21
keupont@2885 22 # Rules to gen a SliTaz package suitable for Tazpkg.
keupont@2885 23 genpkg_rules()
keupont@2885 24 {
keupont@2885 25 mkdir -p $fs/usr
pascal@14999 26 cp -a $install/usr/bin $fs/usr
keupont@2885 27 }