void-packages/srcpkgs/luaposix/template

22 lines
738 B
Plaintext
Raw Normal View History

2012-02-22 05:50:56 +01:00
# Template file for 'luaposix'
pkgname=luaposix
2014-02-21 13:02:50 +01:00
version=5.1.28
revision=1
wrksrc="${pkgname}-release-v${version}"
2012-02-22 05:50:56 +01:00
build_style=gnu-configure
configure_args="--libdir=/usr/lib/lua/5.1 --datadir=/usr/share/lua/5.1"
2014-02-21 13:02:50 +01:00
hostmakedepends="perl lua-devel"
makedepends="ncurses-devel lua-devel"
depends="lua"
2012-02-22 05:50:56 +01:00
short_desc="A POSIX library for Lua programming language"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2, LGPL-2.1"
homepage="http://luaforge.net/projects/luaposix/"
2014-02-21 13:02:50 +01:00
distfiles="https://github.com/luaposix/luaposix/archive/release-v${version}.tar.gz"
checksum=d82a322cb93d25ef16ba2cbab79f6fa1d94806249542d771c2c89a5f9cc4345f
2012-02-22 05:50:56 +01:00
post_install() {
vmkdir usr/share/$pkgname/examples
vcopy "*.lua" usr/share/$pkgname/examples
}