wok-next diff ploticus/receipt @ rev 2482
h*: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 15 20:53:26 2009 +0000 (2009-03-15) |
parents | |
children | e97c81ccdba0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ploticus/receipt Sun Mar 15 20:53:26 2009 +0000 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ploticus" 1.7 +VERSION="2.40" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Data display engine." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +SOURCE="pl240src" 1.12 +TARBALL="$SOURCE.tar.gz" 1.13 +WEB_SITE="http://ploticus.sourceforge.net/" 1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 +DEPENDS="zlib xorg" 1.16 +BUILD_DEPENDS="zlib-dev xorg-dev" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + mv $SOURCE $src 2> /dev/null 1.22 + cd $src/src 1.23 + make || return 1 1.24 + mkdir -p ../_pkg/usr/bin 1.25 + cp pl ../_pkg/usr/bin 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $_pkg/usr $fs 1.32 +} 1.33 +