wok-6.x diff haserl/receipt @ rev 24188
updated perl-config-tiny (2.24 -> 2.27)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 14:22:34 2021 +0100 (2021-12-31) |
parents | 380ffe05937a |
children | ba7cbdb5749c |
line diff
1.1 --- a/haserl/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/haserl/receipt Fri Dec 31 14:22:34 2021 +0100 1.3 @@ -1,27 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="haserl" 1.7 -VERSION="0.9.27" 1.8 +VERSION="0.9.35" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Small program that uses shell or Lua script to create cgi web scripts" 1.11 +SHORT_DESC="Small program that uses shell or Lua script to create cgi web scripts." 1.12 MAINTAINER="milka@konstelacioj.info" 1.13 LICENSE="GPL2" 1.14 -SUGGESTED="bash lua lua-dev" 1.15 +WEB_SITE="http://haserl.sourceforge.net/" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://haserl.sourceforge.net/" 1.19 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.20 1.21 DEPENDS="" 1.22 BUILD_DEPENDS="glibc-dev" 1.23 +SUGGESTED="bash lua lua-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - ./configure \ 1.30 - --bindir=/usr/bin \ 1.31 - $CONFIGURE_ARGS 1.32 - make 1.33 + ./configure \ 1.34 + --bindir=/usr/bin \ 1.35 + $CONFIGURE_ARGS && 1.36 + make -j 1 && 1.37 make DESTDIR=$DESTDIR install 1.38 } 1.39 1.40 @@ -30,4 +30,4 @@ 1.41 { 1.42 mkdir -p $fs/usr 1.43 cp -a $install/usr/bin $fs/usr 1.44 -} 1.45 \ No newline at end of file 1.46 +}