http://e-cap.org/Home
eCAP allows an HTTP proxy or an ICAP server, to outsource content analysis and adaptation to a loadable module.
---
testing/libecap/APKBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
create mode 100644 testing/libecap/APKBUILD
diff --git a/testing/libecap/APKBUILD b/testing/libecap/APKBUILD
new file mode 100644
index 0000000..5fefe63
--- /dev/null+++ b/testing/libecap/APKBUILD
@@ -0,0 +1,45 @@
+# Maintainer: Roger Newman <roger.newman@riseup.net>+pkgname=libecap+pkgver=0.2.0+pkgrel=0+pkgdesc="eCAP libary to us with an HTTP proxy or an ICAP server, to outsource content analysis and adaptation to a loadable module."+url="http://www.e-cap.org/"+arch="all"+license="BSD"+depends=""+subpackages="$pkgname-dev"+source="http://www.measurement-factory.com/tmp/ecap/$pkgname-$pkgver.tar.gz"++_builddir="$srcdir"/$pkgname-$pkgver+prepare() {+ local i+ cd "$_builddir"+ for i in $source; do+ case $i in+ *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;+ esac+ done+}++build() {+ cd "$_builddir"+ export CFLAGS="$CFLAGS -O2"