wok view gmtp/receipt @ rev 21794

updated firefox-official packages (67.0.3 -> 68.0)
author Hans-G?nter Theisgen
date Wed Aug 07 15:28:16 2019 +0100 (2019-08-07)
parents fda9f1450ac6
children c210ab33ff24
line source
1 # SliTaz package receipt.
3 PACKAGE="gmtp"
4 VERSION="1.3.7"
5 CATEGORY="utilities"
6 SHORT_DESC="A simple graphical MTP client"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://sourceforge.net/projects/gmtp/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="GConf flac libid3tag libmtp"
14 BUILD_DEPENDS="gtk+-dev GConf-dev libmtp-dev flac-dev libid3tag-dev \
15 libvorbis-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }