wok view lua-dev/receipt @ rev 14225
freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Mar 21 16:18:40 2013 +0000 (2013-03-21) |
parents | 0769826c3fc4 |
children | 2a5cc8208d36 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lua-dev"
4 VERSION="5.2.1"
5 CATEGORY="development"
6 SHORT_DESC="Lua devel files."
7 WANTED="lua"
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
15 cp -a $install/usr/include $fs/usr
16 cp -a $install/usr/lib/liblua.a $fs/usr/lib
17 cp -a $stuff/lua.pc $fs/usr/lib/pkgconfig
18 }