mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 12:15:11 +02:00
fix up templates for PR #727
This commit is contained in:
parent
df6cc27db7
commit
6d51c87b58
2 changed files with 2 additions and 5 deletions
|
@ -13,7 +13,6 @@ distfiles="${homepage}/download/LuaBitOp-${version}.tar.gz"
|
||||||
checksum=1207c9293dcd52eb9dca6538d1b87352bd510f4e760938f5048433f7f272ce99
|
checksum=1207c9293dcd52eb9dca6538d1b87352bd510f4e760938f5048433f7f272ce99
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
wrksrc="LuaBitOp-${version}"
|
wrksrc="LuaBitOp-${version}"
|
||||||
make_build_args="INCLUDES=-I/usr/include"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
mod_path="${DESTDIR}$(lua installpath.lua bit)"
|
mod_path="${DESTDIR}$(lua installpath.lua bit)"
|
||||||
|
|
|
@ -10,11 +10,9 @@ license="MIT"
|
||||||
homepage="https://github.com/fperrad/lua-MessagePack"
|
homepage="https://github.com/fperrad/lua-MessagePack"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=2cc1e2458d0f1eee8f02263848fa5055894303c056fd2e49aa9c3fb54ccbb5a0
|
checksum=2cc1e2458d0f1eee8f02263848fa5055894303c056fd2e49aa9c3fb54ccbb5a0
|
||||||
build_style=gnu-makefile
|
|
||||||
make_install_args=" LUAVER=5.2"
|
|
||||||
|
|
||||||
do_build() {
|
do_install() {
|
||||||
/bin/true
|
make PREFIX=/usr DESTDIR="${DESTDIR}" LUAVER=5.2 install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue