wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gmtp/receipt	Mon Jun 08 17:50:01 2015 +0200
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gmtp"
     1.7 +VERSION="1.3.7"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="A simple graphical MTP client"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="BSD"
    1.12 +WEB_SITE="http://sourceforge.net/projects/gmtp/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15 +
    1.16 +DEPENDS="GConf flac libid3tag libmtp"
    1.17 +BUILD_DEPENDS="gtk+-dev GConf-dev libmtp-dev flac-dev libid3tag-dev \
    1.18 +libvorbis-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./configure $CONFIGURE_ARGS && make && make install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	cp -a $install/* $fs
    1.30 +}