wok-next view lua-dev/receipt @ rev 19731

Up tcc (20170515) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 25 19:02:05 2017 +0200 (2017-05-25)
parents 805d0bebfba2
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="lua-dev"
4 VERSION="5.3.3"
5 CATEGORY="development"
6 SHORT_DESC="Lua devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.lua.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="lua"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_files *.h *.pc *.so # Lua binaries not depends on *.so, so put here
18 }