wok view lua5.1-dev/receipt @ rev 20863

updated e2tools again (0.0.16 -> 0.0.16.4)
author Hans-G?nter Theisgen
date Fri Feb 22 16:43:17 2019 +0100 (2019-02-22)
parents 8ed62ecac0c7
children 2838a5093750
line source
1 # SliTaz package receipt.
3 PACKAGE="lua5.1-dev"
4 VERSION="5.1.4"
5 CATEGORY="development"
6 SHORT_DESC="Lua devel files."
7 WANTED="lua5.1"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="http://www.lua.org/"
12 DEPENDS="pkg-config lua5.1"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/lib/lua/5.1
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/lua/5.1/liblua.a $fs/usr/lib/lua/5.1
20 ln -s liblua.a $fs/usr/lib/lua/5.1/liblua5.1.a
21 cp -a $src/etc/lua.pc $fs/usr/lib/pkgconfig/lua5.1.pc
22 }