wok view gmtp/receipt @ rev 20121

Remove 3 largest in /usr/share/pixmaps on fs,iso.
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 15 01:02:51 2017 +0200 (2017-10-15)
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 }