mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
tolua: fix license
The license is very poorly defined here. The only place that makes any comment towards that is the luadist dist.info file. My guess is the intent is for a CC0 or Public Domain type licensing but they didn't say so explicitly.
This commit is contained in:
parent
dc2ac3b6c0
commit
e898299331
1 changed files with 7 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'tolua'
|
# Template file for 'tolua'
|
||||||
pkgname=tolua
|
pkgname=tolua
|
||||||
version=5.2.0
|
version=5.2.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="lua52-devel"
|
makedepends="lua52-devel"
|
||||||
short_desc="A tool that greatly simplifies the integration of C/C++ code with Lua"
|
short_desc="Tool that greatly simplifies the integration of C/C++ code with Lua"
|
||||||
maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
|
maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
|
||||||
license="GPL-2"
|
license="custom:as-is"
|
||||||
homepage="https://github.com/LuaDist/tolua"
|
homepage="https://github.com/LuaDist/tolua"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=121ae6b6e1fb86d064e5994be5ef43ee2e20d2602f40e6ba48fa9de867ffc3d5
|
checksum=121ae6b6e1fb86d064e5994be5ef43ee2e20d2602f40e6ba48fa9de867ffc3d5
|
||||||
|
@ -15,6 +15,10 @@ checksum=121ae6b6e1fb86d064e5994be5ef43ee2e20d2602f40e6ba48fa9de867ffc3d5
|
||||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2 -fPIC"
|
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2 -fPIC"
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense README
|
||||||
|
}
|
||||||
|
|
||||||
tolua-devel_package() {
|
tolua-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue