wok view gaupol/receipt @ rev 14860

Up: gaupol (0.19)
author Claudinei Pereira <claudinei@slitaz.org>
date Mon Jul 22 18:18:34 2013 -0300 (2013-07-22)
parents 66eb51787c1a
children 35378325a911
line source
1 # SliTaz package receipt.
3 PACKAGE="gaupol"
4 VERSION="0.19"
5 CATEGORY="multimedia"
6 SHORT_DESC="Gaupol is an editor for text-based subtitle files."
7 MAINTAINER="claudinei@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://home.gna.org/gaupol"
10 WGET_URL="http://download.gna.org/$PACKAGE/$VERSION/$TARBALL"
11 DEPENDS="python pygtk"
12 SUGGESTED="mplayer"
13 BUILD_DEPENDS="python-dev intltool gettext"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py clean install --prefix=$install/usr
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }