diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
| commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
| tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/httpry | |
| parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
| download | aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2 aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz | |
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/httpry')
| -rw-r--r-- | testing/httpry/APKBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/httpry/APKBUILD b/testing/httpry/APKBUILD deleted file mode 100644 index 9a3c419338..0000000000 --- a/testing/httpry/APKBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=httpry -pkgver=0.1.6 -pkgrel=0 -pkgdesc="A packet sniffer designed for HTTP traffic" -url="http://dumpsterventures.com/jason/httpry/" -arch="all" -license="GPL2" -depends="" -depends_dev="" -makedepends="libpcap-dev" -install="" -subpackages="$pkgname-doc" -source="http://dumpsterventures.com/jason/httpry/$pkgname-$pkgver.tar.gz" -_builddir="$srcdir"/$pkgname-$pkgver - -build() { - cd "$_builddir" - make || return 1 -} - -package() { - cd "$_builddir" - install -m755 -D "$_builddir"/$pkgname "$pkgdir"/usr/sbin/$pkgname - install -m644 -D "$_builddir"/$pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1 -} - -md5sums="ef016e3e0e950993b7c9811b6859ec4d httpry-0.1.6.tar.gz" |
