wok-stable view gaupol/receipt @ rev 6616

Fixed mercurial. Need pyconfig.h for mercurial to work. So i added this to python package since pyconfig.h maybe need for more python programs. I also removed all .pyc and .pyo files from python. Removed about 4mb from python by doing that.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 09 20:49:19 2010 +0000 (2010-10-09)
parents 5efc4033292f
children
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 LC_ALL=C 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 }