wok view ploticus/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
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 }