wok view lua5.1-dev/receipt @ rev 20366
debugging with markers, I think the build server does NOT build the gpg... but here locally gpg binary is created and at the place it should be
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 20:40:08 2018 +0000 (2018-06-09) |
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 }