wok rev 18292

Add suplemon
author Paul Issott <paul@slitaz.org>
date Sat Aug 15 12:16:40 2015 +0100 (2015-08-15)
parents 44eea4b2428d
children a23834d4b9bb
files suplemon/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/suplemon/receipt	Sat Aug 15 12:16:40 2015 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="suplemon"
     1.7 +VERSION="15082015"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="Console text editor with multi cursor support."
    1.10 +MAINTAINER="paul@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://github.com/richrd/suplemon"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WGET_URL="git|git://github.com/richrd/suplemon"
    1.15 +
    1.16 +DEPENDS="py3k"
    1.17 +BUILD_DEPENDS="py3k-dev git bzip2"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	python3 setup.py install --root=$DESTDIR
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir $fs
    1.29 +	cp -a $install/usr $fs
    1.30 +}
    1.31 +