# HG changeset patch # User Christopher Rogers # Date 1343621877 0 # Node ID 10e5a68032aa0bf65d46593af9c4692a971b5f86 # Parent 09fd2ee683538d7dd1a14c798206a250bc3ca41f Add pylorcon. diff -r 09fd2ee68353 -r 10e5a68032aa pylorcon/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pylorcon/receipt Mon Jul 30 04:17:57 2012 +0000 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="pylorcon" +VERSION="3" +CATEGORY="development" +SHORT_DESC="http://code.google.com/p/pylorcon/" +MAINTAINER="slaxemulator@gmail.com" +WEB_SITE="http://code.google.com/p/pylorcon/" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="http://pylorcon.googlecode.com/files/$TARBALL" + +DEPENDS="python lorcon-old" +BUILD_DEPENDS="python-dev lorcon-old-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}