wok view ploticus/receipt @ rev 17591

syslinux/isohybrib.exe: add --md5, --undo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 10 08:53:27 2015 +0100 (2015-02-10)
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 }