wok diff lua5.1-dev/receipt @ rev 21934

updated sox and sox-dev (14.3.2 -> 14.4.2)
author Hans-G?nter Theisgen
date Sun Oct 06 16:37:33 2019 +0100 (2019-10-06)
parents fcccf4376301
children
line diff
     1.1 --- a/lua5.1-dev/receipt	Sat Feb 18 14:00:56 2017 +0100
     1.2 +++ b/lua5.1-dev/receipt	Sun Oct 06 16:37:33 2019 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lua5.1-dev"
     1.7 -VERSION="5.1.4"
     1.8 +VERSION="5.1.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Lua devel files."
    1.11 -WANTED="lua5.1"
    1.12 +SHORT_DESC="Lua 5.1 development files."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 -WEB_SITE="http://www.lua.org/"
    1.16 +WEB_SITE="https://www.lua.org/"
    1.17  
    1.18  DEPENDS="pkg-config lua5.1"
    1.19 +WANTED="lua5.1"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/lib/pkgconfig $fs/usr/lib/lua/5.1
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 -	cp -a $install/usr/lib/lua/5.1/liblua.a $fs/usr/lib/lua/5.1
    1.27 -	ln -s liblua.a $fs/usr/lib/lua/5.1/liblua5.1.a
    1.28 -	cp -a $src/etc/lua.pc $fs/usr/lib/pkgconfig/lua5.1.pc
    1.29 +	mkdir -p $fs/usr/lib/pkgconfig
    1.30 +	mkdir -p $fs/usr/lib/lua/5.1
    1.31 +
    1.32 +	cp -a $install/usr/include		$fs/usr
    1.33 +	cp -a $install/usr/lib/lua/5.1/liblua.a	$fs/usr/lib/lua/5.1
    1.34 +	ln -s liblua.a				$fs/usr/lib/lua/5.1/liblua5.1.a
    1.35 +	cp -a $src/etc/lua.pc			$fs/usr/lib/pkgconfig/lua5.1.pc
    1.36  }