wok diff haserl-lua/receipt @ rev 1161
Updated: haser-lua (executable and package name) to avoid overwriting
standard haserl
standard haserl
author | Michael Dupont <milka@konstelacioj.info> |
---|---|
date | Mon Jul 28 00:07:40 2008 +0200 (2008-07-28) |
parents | 30f642df947e |
children | 14320228765e |
line diff
1.1 --- a/haserl-lua/receipt Thu Jul 24 01:01:10 2008 +0200 1.2 +++ b/haserl-lua/receipt Mon Jul 28 00:07:40 2008 +0200 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 -PACKAGE="haserl" 1.7 +PACKAGE="haserl-lua" 1.8 +SOURCE="haserl" 1.9 VERSION="0.9.24" 1.10 CATEGORY="network" 1.11 -SHORT_DESC="small program that uses shell or Lua script to create cgi web scripts" 1.12 +SHORT_DESC="Small program that uses shell or Lua script to create cgi web scripts" 1.13 MAINTAINER="milka@konstelacioj.info" 1.14 DEPENDS="" 1.15 BUILD_DEPENDS="glibc-dev" 1.16 SUGGESTED="bash lua lua-dev" 1.17 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 WEB_SITE="http://haserl.sourceforge.net/" 1.20 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.21 +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 @@ -19,6 +20,7 @@ 1.26 ./configure \ 1.27 --bindir=/usr/bin \ 1.28 --with-lua \ 1.29 + --program-suffix=-lua \ 1.30 $CONFIGURE_ARGS 1.31 make 1.32 make DESTDIR=$PWD/_pkg install 1.33 @@ -31,4 +33,4 @@ 1.34 cp -a $_pkg/usr/bin $fs/usr 1.35 1.36 strip -s $fs/usr/bin/* 1.37 -} 1.38 +} 1.39 \ No newline at end of file