wok-next diff moonshiner/receipt @ rev 21531
updated busybox (1.27.2 -> 1.31.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 20 17:14:40 2020 +0100 (2020-06-20) |
parents | c022997c7a57 |
children |
line diff
1.1 --- a/moonshiner/receipt Thu Aug 23 10:22:21 2018 +0300 1.2 +++ b/moonshiner/receipt Sat Jun 20 17:14:40 2020 +0100 1.3 @@ -3,26 +3,23 @@ 1.4 PACKAGE="moonshiner" 1.5 VERSION="1.0" 1.6 CATEGORY="office" 1.7 -SHORT_DESC="GUI for Ghostscript's PostScript-to-PDF converter." 1.8 -MAINTAINER="pankso@slitaz.org" 1.9 +SHORT_DESC="GUI for Ghostscript's PostScript-to-PDF converter" 1.10 +MAINTAINER="devel@slitaz.org" 1.11 LICENSE="GPL3" 1.12 +WEB_SITE="http://moonshiner.sourceforge.net/" 1.13 + 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://moonshiner.sourceforge.net/" 1.16 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.17 1.18 -DEPENDS="python python-pygtk ghostscript" 1.19 BUILD_DEPENDS="python-dev python-pygtk-dev" 1.20 1.21 -# Rules to configure and make the package. 1.22 -compile_rules() 1.23 -{ 1.24 - python setup.py install --root=$DESTDIR 1.25 +compile_rules() { 1.26 + python -B setup.py install --root=$install 1.27 } 1.28 1.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 -genpkg_rules() 1.31 -{ 1.32 +genpkg_rules() { 1.33 mkdir -p $fs/usr 1.34 cp -a $install/usr/bin $fs/usr 1.35 cp -a $install/usr/lib $fs/usr 1.36 + DEPENDS="python python-pygtk ghostscript" 1.37 }