# HG changeset patch # User Paul Issott # Date 1439637400 -3600 # Node ID 4e0ee291f926374e77a7464b1b3cab24c33171c4 # Parent 44eea4b2428d4cafea8b9d4cc58cab4d20074d05 Add suplemon diff -r 44eea4b2428d -r 4e0ee291f926 suplemon/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/suplemon/receipt Sat Aug 15 12:16:40 2015 +0100 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="suplemon" +VERSION="15082015" +CATEGORY="utilities" +SHORT_DESC="Console text editor with multi cursor support." +MAINTAINER="paul@slitaz.org" +LICENSE="MIT" +WEB_SITE="https://github.com/richrd/suplemon" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="git|git://github.com/richrd/suplemon" + +DEPENDS="py3k" +BUILD_DEPENDS="py3k-dev git bzip2" + +# Rules to configure and make the package. +compile_rules() +{ + python3 setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir $fs + cp -a $install/usr $fs +} +