wok diff haserl/receipt @ rev 7801
Up task (1.9.3)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Dec 24 13:39:13 2010 +0000 (2010-12-24) |
parents | |
children | b4a5b149897f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/haserl/receipt Fri Dec 24 13:39:13 2010 +0000 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="haserl" 1.7 +VERSION="0.9.24" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Small program that uses shell or Lua script to create cgi web scripts" 1.10 +MAINTAINER="milka@konstelacioj.info" 1.11 +DEPENDS="" 1.12 +BUILD_DEPENDS="glibc-dev" 1.13 +SUGGESTED="bash lua lua-dev" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WEB_SITE="http://haserl.sourceforge.net/" 1.16 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + ./configure \ 1.23 + --bindir=/usr/bin \ 1.24 + $CONFIGURE_ARGS 1.25 + make 1.26 + make DESTDIR=$PWD/_pkg install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr 1.33 + cp -a $_pkg/usr/bin $fs/usr 1.34 + 1.35 + strip -s $fs/usr/bin/* 1.36 +} 1.37 \ No newline at end of file