wok diff lua-readline/receipt @ rev 24113

gst-libav, gst-plugins-base-1.0: series = 1.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 29 12:51:33 2021 +0000 (2021-09-29)
parents
children 34e801e0eb52
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lua-readline/receipt	Wed Sep 29 12:51:33 2021 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lua-readline"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="GNU readline binding for Lua."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://github.com/hleuwer/readline/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.zip"
    1.15 +WGET_URL="${WEB_SITE}archive/master.zip"
    1.16 +
    1.17 +SUGGESTED="lua"
    1.18 +BUILD_DEPENDS="lua-dev readline-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	make
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	# lua-dev is version 5.2
    1.30 +	mkdir -p $fs/usr/lib/lua/5.2
    1.31 +	cp -a $src/Release/readline.so	$fs/usr/lib/lua/5.2
    1.32 +}