wok view gmtp/receipt @ rev 18121

Up musl-libc (1.1.10)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 08 17:50:01 2015 +0200 (2015-06-08)
parents
children 86790a278e70
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="http://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 }