# HG changeset patch # User Christopher Rogers # Date 1292787529 0 # Node ID 35e8fc6cb131e206a526e06ba171d1d3438416fa # Parent aa04047e789c736a1c9eafb988c26abbd869ea5a Add pyorbit. diff -r aa04047e789c -r 35e8fc6cb131 pyorbit/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyorbit/receipt Sun Dec 19 19:38:49 2010 +0000 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="pyorbit" +VERSION="2.24.0" +CATEGORY="system-tools" +SHORT_DESC="Python binding to GNOME ORBit." +MAINTAINER="pankso@slitaz.org" +DEPENDS="python ORBit2" +BUILD_DEPENDS="python-dev ORBit2-dev pkg-config" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.gnome.org/" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +}