wok view plotdrop/receipt @ rev 6509

Up: cromfs to 1.5.9.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 01 20:48:34 2010 +0000 (2010-10-01)
parents 72211f583578
children 4f58f85ea594
line source
1 # SliTaz package receipt.
3 PACKAGE="plotdrop"
4 VERSION="0.5.3"
5 CATEGORY="graphics"
6 SHORT_DESC="A minimal GTK frontend to GNUPlot."
7 DEPENDS="gnuplot gtk+ libxml2 expat xorg-libX11 libglade"
8 MAINTAINER="pankso@slitaz.org"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://plotdrop.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/project/$PACKAGE/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make PREFIX=/usr &&
18 make PREFIX=/usr DESTDIR=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr/bin $fs/usr
26 cp -a $_pkg/usr/share $fs/usr
27 rm $fs/usr/share/$PACKAGE/*.png
28 }