~alpine/aports

1

[alpine-aports] [PATCH] community/libecap: new aport

Details
Message ID
<ec6c157a-7a9b-f370-053f-2a4ada94bb79@riseup.net>
Sender timestamp
1488062000
DKIM signature
missing
Download raw message
Patch: +45 -0
http://www.e-cap.org/
eCAP allows an HTTP proxy or an ICAP server, to outsource content analysis and adaptation to a loadable module

---
 community/libecap/APKBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 community/libecap/APKBUILD

diff --git a/community/libecap/APKBUILD b/community/libecap/APKBUILD
new file mode 100644
index 0000000000..296b04e8c0
--- /dev/null
+++ b/community/libecap/APKBUILD
@@ -0,0 +1,45 @@
# Contributor: Roger Newman <roger.newman@riseup.net>
# Maintainer: Roger Newman <roger.newman@riseup.net>
pkgname=libecap
pkgver=1.0.0
pkgrel=0
pkgdesc="eCAP allows 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
	update_config_sub || return 1
}

build() {
	cd "$_builddir"
	./configure 'CXXFLAGS=-O2 -m64 -pipe' 'CFLAGS=-O2 -m64 -pipe' \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--libdir=/lib \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make install-strip \
		libdir=/usr/lib \
		pkgconfigdir="/usr/lib/pkgconfig" \
		DESTDIR="$pkgdir" || return 1
}

sha512sums="7d34b5a9b6843d6b09efc4fa390c7a2d3dda7a2ae5e82d5021295e436ca9afb7c1f70bc6f25a68e4c430fb6e33ee9f602655c9c830fccd46a8f554774813b452  libecap-1.0.0.tar.gz"
-- 
2.11.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<1488194725.11710.393.camel@gmail.com>
In-Reply-To
<ec6c157a-7a9b-f370-053f-2a4ada94bb79@riseup.net> (view parent)
Sender timestamp
1488194725
DKIM signature
missing
Download raw message
Hi,

On sab, 2017-02-25 at 23:33 +0100, Roger Newman wrote:
> http://www.e-cap.org/
> eCAP allows an HTTP proxy or an ICAP server, to outsource content
> analysis and adaptation to a loadable module
> 
> ---
>  community/libecap/APKBUILD | 45
> +++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 45 insertions(+)
>  create mode 100644 community/libecap/APKBUILD
> 

usually new aports go into testing repo and after a reasonable amount
of time it has been tested, the users/maintainer should report that is
good to be moved to community or perhaps main repo.

Thanks

|_eo
Reply to thread Export thread (mbox)