wok view lua5.1-dev/receipt @ rev 14115
nmap: up 6.25
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sun Feb 24 15:58:03 2013 -0800 (2013-02-24) |
parents | 736c634c3e0c |
children | 2a5cc8208d36 |
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 WEB_SITE="http://www.lua.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/lib/lua/5.1
15 cp -a $install/usr/include $fs/usr
16 cp -a $install/usr/lib/lua/5.1/liblua.a $fs/usr/lib/lua/5.1
17 ln -s liblua.a $fs/usr/lib/lua/5.1/liblua5.1.a
18 cp -a $src/etc/lua.pc $fs/usr/lib/pkgconfig/lua5.1.pc
19 }