diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-04-18 12:32:02 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-04-18 12:32:02 -0500 |
commit | e27a02bc63070e559f8648a333d035a15f09a1d8 (patch) | |
tree | 6cb778ff3adcbd476f3a648c1cc514a2a9d2fd51 /testing/squark | |
parent | 38524b4a51f39293871a798eacd4eead3fe07c0c (diff) | |
download | aports-e27a02bc63070e559f8648a333d035a15f09a1d8.tar.bz2 aports-e27a02bc63070e559f8648a333d035a15f09a1d8.tar.xz |
testing/squark: build fix
Diffstat (limited to 'testing/squark')
-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 3aae28c91e..0780787e23 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() { |