# HG changeset patch # User Christophe Lincoln # Date 1254343103 -7200 # Node ID f7de826b263ebaf4bc6a774127daecaa5c52344f # Parent 6d1807fb3ac5bd0ce4d33aa25a3411c228d99224 Add: moonshiner (PS-to-PDF converter) diff -r 6d1807fb3ac5 -r f7de826b263e moonshiner/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/moonshiner/receipt Wed Sep 30 22:38:23 2009 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="moonshiner" +VERSION="1.0" +CATEGORY="office" +SHORT_DESC="GUI for Ghostscript's PostScript-to-PDF converter." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +DEPENDS="python pygtk ghostscript" +BUILD_DEPENDS="python-dev pygtk-dev" +WEB_SITE="http://moonshiner.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib $fs/usr +} diff -r 6d1807fb3ac5 -r f7de826b263e moonshiner/stuff/moonshiner.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/moonshiner/stuff/moonshiner.desktop Wed Sep 30 22:38:23 2009 +0200 @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Moonshiner PS to PDF converter +Name[fr]=Convertisseur PS vers PDF +Icon=moonshiner +Exec=moonshiner +Type=Application +Categories=Office; diff -r 6d1807fb3ac5 -r f7de826b263e moonshiner/stuff/moonshiner.png Binary file moonshiner/stuff/moonshiner.png has changed