wok view ploticus/receipt @ rev 22187
updated xorg-dev-proto (7.5 -> 7.7)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 09:07:45 2019 +0100 (2019-11-11) |
parents | ea9c0883605a |
children | 080c1dff8494 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ploticus"
4 VERSION="2.42"
5 CATEGORY="misc"
6 SHORT_DESC="Data display engine."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://ploticus.sourceforge.net/"
11 #SOURCE="pl240src"
12 TARBALL="${PACKAGE}${VERSION/./}_src.tar.gz"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 DEPENDS="zlib xorg libpng"
16 BUILD_DEPENDS="zlib-dev xorg-dev libpng-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src/src
22 make || return 1
23 mkdir -p $DESTDIR/usr/bin
24 cp pl $DESTDIR/usr/bin
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/usr $fs
31 }