# HG changeset patch # User Claudinei Pereira # Date 1241496287 0 # Node ID 7abd0f6677b88d80f3c56f09fa091ea25597e491 # Parent f9f811719e65f10f5e715f395ee773e0b7b15238 Add: gaupol (subtitles editor) diff -r f9f811719e65 -r 7abd0f6677b8 gaupol/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gaupol/receipt Tue May 05 04:04:47 2009 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="gaupol" +VERSION="0.14" +CATEGORY="multimedia" +SHORT_DESC="Gaupol is an editor for text-based subtitle files." +MAINTAINER="claudinei@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://home.gna.org/gaupol" +WGET_URL="http://download.gna.org/$PACKAGE/$VERSION/$TARBALL" +DEPENDS="python pygtk" +SUGGESTED="mplayer" +BUILD_DEPENDS="python-dev intltool libiconv gettext" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py clean install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr $fs +} +