diff options
Diffstat (limited to 'testing/squark/APKBUILD')
-rw-r--r-- | testing/squark/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/squark/APKBUILD b/testing/squark/APKBUILD index 3aae28c91..0780787e2 100644 --- a/testing/squark/APKBUILD +++ b/testing/squark/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Timo TerĂs <timo.teras@iki.fi> pkgname=squark pkgver=0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Squark - Squid User Authentication and Rating Kit" subpackages= depends="haserl lua" -makedepends="net-snmp-dev cmph-dev lua pkgconfig" +makedepends="net-snmp-dev cmph-dev lua-dev pkgconfig" source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2 " url="http://git.alpinelinux.org/cgit/squark/" @@ -22,6 +22,7 @@ prepare() { *.patch) patch -p1 -i "$srcdir"/$i || return 1 esac done + sed -i -e 's:lua5.1:lua:g' "$srcdir"/"$pkgname-$pkgver"/src/Makefile } build() { |