wok-current diff luasocket/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents 02bedd0cabb7
children ede1d184d5c5
line diff
     1.1 --- a/luasocket/receipt	Fri Sep 27 15:02:39 2013 +0000
     1.2 +++ b/luasocket/receipt	Mon Oct 05 01:10:26 2015 +0300
     1.3 @@ -10,8 +10,8 @@
     1.4  WEB_SITE="http://w3.impa.br/~diego/software/luasocket/home.html"
     1.5  WGET_URL="http://luaforge.net/frs/download.php/2664/$TARBALL"
     1.6  
     1.7 -DEPENDS="lua"
     1.8 -BUILD_DEPENDS="lua-dev"
     1.9 +DEPENDS="lua5.1"
    1.10 +BUILD_DEPENDS="lua5.1-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14 @@ -26,7 +26,7 @@
    1.15  	done <<EOT
    1.16  patch.diff
    1.17  EOT
    1.18 -	make && make DESTDIR=$DESTDIR install
    1.19 +	make CFLAGS="$CFLAGS -I/usr/include/lua/5.1" && make DESTDIR=$DESTDIR install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.