diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/hexinject | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/hexinject')
-rw-r--r-- | testing/hexinject/APKBUILD | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/testing/hexinject/APKBUILD b/testing/hexinject/APKBUILD deleted file mode 100644 index 8c653888f2..0000000000 --- a/testing/hexinject/APKBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=hexinject -pkgver=1.5 -pkgrel=0 -pkgdesc="A very versatile packet injector and sniffer" -url="http://hexinject.sourceforge.net/" -arch="all" -license="BSD" -depends="" -depends_dev="" -makedepends="libpcap-dev" -install="" -subpackages="" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$pkgname -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" - make || return 1 -} - -package() { - cd "$_builddir" - for i in hexinject prettypacket hex2raw; do - install -Dm755 $i "$pkgdir"/usr/bin/$i || return 1 - done -} - -md5sums="26fbb396bed9c64de653e35ae78b6956 hexinject-1.5.tar.gz" -sha256sums="329f0686069988ac0dae4a00082b205ac9669bc8e202d4b112c600bcbc198ce9 hexinject-1.5.tar.gz" -sha512sums="cd145b6f2ae9d739effca03959fb474df11d28ff015c0e5bd1e30c341f60085154795f3c8a601b7241623944b3868b6fc9a3e1530a3aa4e7aaa2b3794a5aa34a hexinject-1.5.tar.gz" |