mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/lutok: upgrade to 0.6.1
This commit is contained in:
parent
7c9349cb0a
commit
78d078e426
1 changed files with 5 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=lutok
|
pkgname=lutok
|
||||||
pkgver=0.4
|
pkgver=0.6.1
|
||||||
pkgrel=6
|
pkgrel=0
|
||||||
pkgdesc="lightweight C++ API for Lua"
|
pkgdesc="lightweight C++ API for Lua"
|
||||||
url="https://github.com/freebsd/lutok"
|
url="https://github.com/freebsd/lutok"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -12,11 +12,6 @@ makedepends="$depends_dev"
|
||||||
subpackages="$pkgname-dev $pkgname-doc"
|
subpackages="$pkgname-dev $pkgname-doc"
|
||||||
source="https://github.com/freebsd/lutok/releases/download/lutok-$pkgver/lutok-$pkgver.tar.gz"
|
source="https://github.com/freebsd/lutok/releases/download/lutok-$pkgver/lutok-$pkgver.tar.gz"
|
||||||
|
|
||||||
prepare() {
|
|
||||||
default_prepare
|
|
||||||
update_config_sub
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
LUA_CFLAGS=$(pkg-config --cflags lua$_luaver) \
|
LUA_CFLAGS=$(pkg-config --cflags lua$_luaver) \
|
||||||
LUA_LIBS=$(pkg-config --libs lua$_luaver) \
|
LUA_LIBS=$(pkg-config --libs lua$_luaver) \
|
||||||
|
@ -38,4 +33,6 @@ package() {
|
||||||
make -j1 DESTDIR="$pkgdir" install
|
make -j1 DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="664f30099bfbb30978e24068a9232a4ff1b5b1839c601bf784f35f6bb1394558067495093a3b0343c94e756d2e4186a32a8227baf5934c15c45905f7c0a5d19c lutok-0.4.tar.gz"
|
sha512sums="
|
||||||
|
ffb1463050fde421b7fded7c619b206faad5ec3ca6a4fbe3a79121d76e6445d8a1e2337f59c85103fa9616860728a804bd099e64618b201f0cfa38df41637618 lutok-0.6.1.tar.gz
|
||||||
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue