wok annotate lua-dev/receipt @ rev 21594

audacity: added libatomic
author Hans-G?nter Theisgen
date Tue May 21 14:18:25 2019 +0100 (2019-05-21)
parents fcccf4376301
children 96982f54e3dc
rev   line source
pankso@634 1 # SliTaz package receipt.
pankso@634 2
pankso@634 3 PACKAGE="lua-dev"
Hans-G?nter@21568 4 VERSION="5.2.4"
pascal@741 5 CATEGORY="development"
Hans-G?nter@21568 6 SHORT_DESC="Lua development files."
pankso@634 7 MAINTAINER="pankso@slitaz.org"
pascal@15379 8 LICENSE="MIT"
Hans-G?nter@21568 9
Hans-G?nter@21568 10 WEB_SITE="https://www.lua.org/"
pankso@634 11
pascal@19742 12 DEPENDS="pkg-config lua"
Hans-G?nter@21568 13 WANTED="lua"
Hans-G?nter@21568 14
Hans-G?nter@21568 15 HOST_ARCH="i486 arm"
pascal@15597 16
pankso@634 17 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@634 18 genpkg_rules()
pankso@634 19 {
Hans-G?nter@21568 20 mkdir -p $fs/usr/lib/pkgconfig
Hans-G?nter@21568 21 mkdir -p $fs/usr
Hans-G?nter@21568 22
Hans-G?nter@21568 23 cp -a $install/usr/include $fs/usr
Hans-G?nter@21568 24 cp -a $install/usr/lib/liblua.a $fs/usr/lib
Hans-G?nter@21568 25 cp -a $stuff/lua.pc $fs/usr/lib/pkgconfig
pankso@634 26 }