wok view ploticus/receipt @ rev 6124

tazbb : typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 05 15:13:29 2010 +0200 (2010-09-05)
parents 8bb44c8ffbb9
children ea9c0883605a
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 SOURCE="pl240src"
9 TARBALL="$SOURCE.tar.gz"
10 WEB_SITE="http://ploticus.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="zlib xorg libpng"
13 BUILD_DEPENDS="zlib-dev xorg-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mv $SOURCE $src 2> /dev/null
19 cd $src/src
20 make || return 1
21 mkdir -p ../_pkg/usr/bin
22 cp pl ../_pkg/usr/bin
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $_pkg/usr $fs
29 }