diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-01 17:26:53 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-01 17:26:53 +0100 |
commit | 3ce3c4fd596debefbad77328a9b62a39eccf753c (patch) | |
tree | 8ea8842d946335dbd124e71336a11b928481c544 /unmaintained/libecap/APKBUILD | |
parent | 62b8ba5f8fe6d62d56b2d078b4f12f72830ee4af (diff) | |
download | aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.bz2 aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.xz |
unmaintained/*: purge aports not touched since v3.5.0
We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to
periodically purge aports in unmaintained that haven't been touched
in last 1 year (2 releases).
Diffstat (limited to 'unmaintained/libecap/APKBUILD')
-rw-r--r-- | unmaintained/libecap/APKBUILD | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/unmaintained/libecap/APKBUILD b/unmaintained/libecap/APKBUILD deleted file mode 100644 index 4bf2dab0d0..0000000000 --- a/unmaintained/libecap/APKBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# Maintainer: Roger Newman <roger.newman@riseup.net> -pkgname=libecap -pkgver=0.2.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 \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --libdir=/lib \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make install \ - libdir=/usr/lib \ - pkgconfigdir="/usr/lib/pkgconfig" \ - DESTDIR="$pkgdir" || return 1 - -} - -md5sums="e65a855f4fbb0f3136af7fe28249e883 libecap-0.2.0.tar.gz" -sha256sums="19e195d60cf67ec3b49fe4d109823d753546b5da115230499ad1a9cb65ca92d2 libecap-0.2.0.tar.gz" -sha512sums="5d39444ec79846b14a7f4292e51bb880befd2cbf581b257d5087517cfae1dce55e4439a90c08e0b8f5b3e8b2431dde8c6fab771c826489024f17625cfc8c777e libecap-0.2.0.tar.gz" |