wok annotate mtpfs/receipt @ rev 21339

updated gnuradio (3.7.10.1 -> 3.7.13.4)
author Hans-G?nter Theisgen
date Sat Apr 20 11:34:23 2019 +0100 (2019-04-20)
parents fadc64b65b26
children 09ae50a374ae
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"
pascal@20671 9 WEB_SITE="https://www.adebenham.com/mtpfs/"
pascal@14999 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20671 11 WGET_URL="https://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 }