wok view lua5.1-dev/receipt @ rev 20008
Add: description.txt and links revision.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Wed Aug 02 14:08:19 2017 -0300 (2017-08-02) |
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 }