From 9a841fe2af5204c11e54bdb00a8f46088b30de7d Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 21 Dec 2019 01:00:56 +0000 Subject: system/l*: modernise, fix metadata, etc --- system/lutok/APKBUILD | 6 ------ 1 file changed, 6 deletions(-) (limited to 'system/lutok') diff --git a/system/lutok/APKBUILD b/system/lutok/APKBUILD index 103688367..4ee59e386 100644 --- a/system/lutok/APKBUILD +++ b/system/lutok/APKBUILD @@ -10,17 +10,13 @@ depends_dev="lua5.3-dev" makedepends="$depends_dev" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/jmmv/lutok/releases/download/lutok-$pkgver/lutok-$pkgver.tar.gz" -builddir="$srcdir/lutok-$pkgver" prepare() { - cd "$builddir" default_prepare update_config_sub } build() { - cd "$builddir" - LUA_CFLAGS=$(pkg-config --cflags lua5.3) \ LUA_LIBS=$(pkg-config --libs lua5.3) \ ./configure \ @@ -34,12 +30,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make -j1 DESTDIR="$pkgdir" install } -- cgit v1.2.3-70-g09d2