aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorSteve McMaster <code@mcmaster.io>2017-08-19 17:03:07 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2017-08-25 20:52:15 +0000
commit3f3f3acd64550ce1585eef934c10e9b918894278 (patch)
treede9f1ee78c0272e6493c35e32dce4fc8a24d16c2 /testing
parent85252d1467f33cde58c246ac993aded0f8bf7925 (diff)
downloadaports-3f3f3acd64550ce1585eef934c10e9b918894278.tar.bz2
aports-3f3f3acd64550ce1585eef934c10e9b918894278.tar.xz
community/libhtp: Move from testing to community
Diffstat (limited to 'testing')
-rw-r--r--testing/libhtp/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/libhtp/APKBUILD b/testing/libhtp/APKBUILD
deleted file mode 100644
index 26826394bb..0000000000
--- a/testing/libhtp/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: Steve McMaster <code@mcmaster.io>
-# Maintainer: Steve McMaster <code@mcmaster.io>
-pkgname=libhtp
-pkgver=0.5.25
-pkgrel=0
-pkgdesc="HTTP normalizer and parser library"
-url="https://github.com/OISF/libhtp"
-arch="all"
-license="BSD"
-depends="zlib"
-depends_dev="zlib-dev"
-makedepends="automake autoconf libtool zlib-dev"
-install=""
-subpackages="$pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/OISF/libhtp/archive/$pkgver.tar.gz
-"
-
-builddir="$srcdir/$pkgname-$pkgver"
-build() {
- cd "$builddir"
- autoreconf -vif || return 1
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- || return 1
- make || return 1
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install || return 1
-}
-sha512sums="130e4af4c7b3d949472eb355334cb719d6792b57be41b847ee1aaaaf18aaf678dbef8137adc1567ec09bcef5ca6eb45d113776503173a7225e68a708c750ee21 libhtp-0.5.25.tar.gz"