wok-next view ploticus/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
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 TARBALL="ploticus${VERSION/./}_src.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="zlib-dev xorg-dev libpng-dev"
16 compile_rules() {
17 cd $src/src
18 make &&
19 install -Dm755 pl $install/usr/bin/pl
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="zlib xorg libpng"
25 }