wok view ploticus/receipt @ rev 20011
Add: description.txt and links revision.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 03 07:12:33 2017 -0300 (2017-08-03) |
parents | e97c81ccdba0 |
children | e7c057e9eeda |
line source
1 # SliTaz package receipt.
3 PACKAGE="ploticus"
4 VERSION="2.40"
5 CATEGORY="misc"
6 SHORT_DESC="Data display engine."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 SOURCE="pl240src"
10 TARBALL="$SOURCE.tar.gz"
11 WEB_SITE="http://ploticus.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="zlib xorg libpng"
15 BUILD_DEPENDS="zlib-dev xorg-dev libpng-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src/src
21 make || return 1
22 mkdir -p $DESTDIR/usr/bin
23 cp pl $DESTDIR/usr/bin
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }