summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-04-18 12:32:02 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-04-18 12:32:02 -0500
commite27a02bc63070e559f8648a333d035a15f09a1d8 (patch)
tree6cb778ff3adcbd476f3a648c1cc514a2a9d2fd51 /testing
parent38524b4a51f39293871a798eacd4eead3fe07c0c (diff)
downloadaports-e27a02bc63070e559f8648a333d035a15f09a1d8.tar.bz2
aports-e27a02bc63070e559f8648a333d035a15f09a1d8.tar.xz
testing/squark: build fix
Diffstat (limited to 'testing')
-rw-r--r--testing/squark/APKBUILD5
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() {