wok-next view ploticus/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }