# HG changeset patch # User Aleksej Bobylev # Date 1407951306 0 # Node ID fda9f1450ac6b992efbdb0389a19fe7f533ee1af # Parent c2adf248c87b114410e1ee9b988acd21d6729225 Add gmtp diff -r c2adf248c87b -r fda9f1450ac6 gmtp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmtp/receipt Wed Aug 13 17:35:06 2014 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="gmtp" +VERSION="1.3.7" +CATEGORY="utilities" +SHORT_DESC="A simple graphical MTP client" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="BSD" +WEB_SITE="http://sourceforge.net/projects/gmtp/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +DEPENDS="GConf flac libid3tag libmtp" +BUILD_DEPENDS="gtk+-dev GConf-dev libmtp-dev flac-dev libid3tag-dev \ +libvorbis-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS && make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}