wok-next diff luasocket/receipt @ rev 20781

gnupg: add also sha1
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 05:56:31 2018 +0000 (2018-06-09)
parents a9a5db029b18
children df20b2110f7e
line diff
     1.1 --- a/luasocket/receipt	Mon Sep 30 08:49:08 2013 +0000
     1.2 +++ b/luasocket/receipt	Sat Jun 09 05:56:31 2018 +0000
     1.3 @@ -16,16 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -        echo $src
     1.8 -	cd $src
     1.9 -	while read file; do
    1.10 -		[ -f done.$file ] && continue
    1.11 -		echo "Apply $file..."
    1.12 -		patch -p1 < $stuff/$file || return 1
    1.13 -		touch done.$file
    1.14 -	done <<EOT
    1.15 -patch.diff
    1.16 -EOT
    1.17  	make CFLAGS="$CFLAGS -I/usr/include/lua/5.1" && make DESTDIR=$DESTDIR install
    1.18  }
    1.19