# HG changeset patch # User Christophe Lincoln # Date 1261482358 -3600 # Node ID 72211f583578d94724c30e9417585b7c3c82dabf # Parent 048addb68a766657e853a85a876c569c6efcf123 Add: plotdrop (A minimal GTK frontend to GNUPlot) diff -r 048addb68a76 -r 72211f583578 plotdrop/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plotdrop/receipt Tue Dec 22 12:45:58 2009 +0100 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="plotdrop" +VERSION="0.5.3" +CATEGORY="graphics" +SHORT_DESC="A minimal GTK frontend to GNUPlot." +DEPENDS="gnuplot gtk+ libxml2 expat xorg-libX11" +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://plotdrop.sourceforge.net/" +WGET_URL="$SF_MIRROR/project/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + make PREFIX=/usr && + make PREFIX=/usr DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share $fs/usr + rm $fs/usr/share/$PACKAGE/*.png +}