wok diff haserl-lua/receipt @ rev 21877

Add libsodium & python-pynacl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 28 18:18:15 2019 +0200 (2019-09-28)
parents 380ffe05937a
children ba7cbdb5749c
line diff
     1.1 --- a/haserl-lua/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/haserl-lua/receipt	Sat Sep 28 18:18:15 2019 +0200
     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 +}