wok diff lua-dev/receipt @ rev 22915

claws-mail: added build dependency libunistring-dev
author Hans-G?nter Theisgen
date Mon Feb 24 13:39:12 2020 +0100 (2020-02-24)
parents fcccf4376301
children 96982f54e3dc
line diff
     1.1 --- a/lua-dev/receipt	Sat Feb 18 14:00:56 2017 +0100
     1.2 +++ b/lua-dev/receipt	Mon Feb 24 13:39:12 2020 +0100
     1.3 @@ -1,22 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lua-dev"
     1.7 -VERSION="5.2.1"
     1.8 +VERSION="5.2.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Lua devel files."
    1.11 -WANTED="lua"
    1.12 +SHORT_DESC="Lua development files."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 -WEB_SITE="http://www.lua.org/"
    1.16 -HOST_ARCH="i486 arm"
    1.17 +
    1.18 +WEB_SITE="https://www.lua.org/"
    1.19  
    1.20  DEPENDS="pkg-config lua"
    1.21 +WANTED="lua"
    1.22 +
    1.23 +HOST_ARCH="i486 arm"
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	mkdir -p $fs/usr/lib/pkgconfig $fs/usr
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 -	cp -a $install/usr/lib/liblua.a $fs/usr/lib
    1.31 -	cp -a $stuff/lua.pc $fs/usr/lib/pkgconfig
    1.32 +	mkdir -p $fs/usr/lib/pkgconfig
    1.33 +	mkdir -p $fs/usr
    1.34 +
    1.35 +	cp -a $install/usr/include	$fs/usr
    1.36 +	cp -a $install/usr/lib/liblua.a	$fs/usr/lib
    1.37 +	cp -a $stuff/lua.pc		$fs/usr/lib/pkgconfig
    1.38  }