wok view gaupol/receipt @ rev 5014

tar: store tar in /bin (like busybox)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 01 13:28:15 2010 +0100 (2010-03-01)
parents d9338a9ea95e
children 66eb51787c1a
line source
1 # SliTaz package receipt.
3 PACKAGE="gaupol"
4 VERSION="0.15"
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 --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr $fs
27 }