wok rev 21027

updated haserl and haserl-lua (0.9.27 -> 0.9.35)
author Hans-G?nter Theisgen
date Sun Mar 10 17:14:15 2019 +0100 (2019-03-10)
parents e23654a687fe
children eed0ab5084e3
files haserl-lua/receipt haserl/receipt
line diff
     1.1 --- a/haserl-lua/receipt	Sun Mar 10 16:59:15 2019 +0100
     1.2 +++ b/haserl-lua/receipt	Sun Mar 10 17:14:15 2019 +0100
     1.3 @@ -1,30 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="haserl-lua"
     1.7 -SOURCE="haserl"
     1.8 -VERSION="0.9.27"
     1.9 +VERSION="0.9.35"
    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  LICENSE="GPL2"
    1.15 -SUGGESTED="bash lua lua-dev"
    1.16 +WEB_SITE="http://haserl.sourceforge.net/"
    1.17 +
    1.18 +SOURCE="haserl"
    1.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.20 -WEB_SITE="http://haserl.sourceforge.net/"
    1.21  WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    1.22  
    1.23  DEPENDS=""
    1.24 -BUILD_DEPENDS="glibc-dev pkg-config lua lua-dev"
    1.25 +BUILD_DEPENDS="glibc-dev lua lua-dev pkg-config"
    1.26 +SUGGESTED="bash lua lua-dev"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	cd $src
    1.32 -	./configure \
    1.33 -		--bindir=/usr/bin \
    1.34 -		--with-lua \
    1.35 -		--program-suffix=-lua \
    1.36 -    	$CONFIGURE_ARGS &&
    1.37 -	make &&
    1.38 +	./configure			\
    1.39 +		--bindir=/usr/bin	\
    1.40 +		--with-lua		\
    1.41 +		--program-suffix=-lua	\
    1.42 +		$CONFIGURE_ARGS &&
    1.43 +	make -j 1 &&
    1.44  	make DESTDIR=$DESTDIR install
    1.45  }
    1.46  
    1.47 @@ -33,5 +33,4 @@
    1.48  {
    1.49  	mkdir -p $fs/usr
    1.50  	cp -a $install/usr/bin $fs/usr
    1.51 -	
    1.52 -}
    1.53 \ No newline at end of file
    1.54 +}
     2.1 --- a/haserl/receipt	Sun Mar 10 16:59:15 2019 +0100
     2.2 +++ b/haserl/receipt	Sun Mar 10 17:14:15 2019 +0100
     2.3 @@ -1,27 +1,27 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="haserl"
     2.7 -VERSION="0.9.27"
     2.8 +VERSION="0.9.35"
     2.9  CATEGORY="network"
    2.10 -SHORT_DESC="Small program that uses shell or Lua script to create cgi web scripts"
    2.11 +SHORT_DESC="Small program that uses shell or Lua script to create cgi web scripts."
    2.12  MAINTAINER="milka@konstelacioj.info"
    2.13  LICENSE="GPL2"
    2.14 -SUGGESTED="bash lua lua-dev"
    2.15 +WEB_SITE="http://haserl.sourceforge.net/"
    2.16 +
    2.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18 -WEB_SITE="http://haserl.sourceforge.net/"
    2.19  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.20  
    2.21  DEPENDS=""
    2.22  BUILD_DEPENDS="glibc-dev"
    2.23 +SUGGESTED="bash lua lua-dev"
    2.24  
    2.25  # Rules to configure and make the package.
    2.26  compile_rules()
    2.27  {
    2.28 -	cd $src
    2.29 -	./configure \
    2.30 -		--bindir=/usr/bin \
    2.31 -    	$CONFIGURE_ARGS
    2.32 -	make
    2.33 +	./configure			\
    2.34 +		--bindir=/usr/bin	\
    2.35 +		$CONFIGURE_ARGS &&
    2.36 +	make -j 1 &&
    2.37  	make DESTDIR=$DESTDIR install
    2.38  }
    2.39  
    2.40 @@ -30,4 +30,4 @@
    2.41  {
    2.42  	mkdir -p $fs/usr
    2.43  	cp -a $install/usr/bin $fs/usr
    2.44 -}
    2.45 \ No newline at end of file
    2.46 +}