wok diff suplemon/receipt @ rev 18701
Up tazpkg(889)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Dec 16 12:18:23 2015 +0200 (2015-12-16) |
parents | |
children | e945c17d7065 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/suplemon/receipt Wed Dec 16 12:18:23 2015 +0200 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 +