From b6af1e02efe594039707cd882517663d5370f375 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 25 Aug 2016 15:26:24 +0200 Subject: 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 --- unmaintained/enumiax/APKBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 unmaintained/enumiax/APKBUILD (limited to 'unmaintained/enumiax') diff --git a/unmaintained/enumiax/APKBUILD b/unmaintained/enumiax/APKBUILD new file mode 100644 index 0000000000..f5e6b02f15 --- /dev/null +++ b/unmaintained/enumiax/APKBUILD @@ -0,0 +1,41 @@ +# Contributor: Alan Lacerda +# Maintainer: Alan Lacerda +pkgname=enumiax +pkgver=0.4a +pkgrel=0 +pkgdesc="An Inter Asterisk Exchange version 2 protocol username brute-force enumerator." +url="http://sourceforge.net/projects/enumiax/" +arch="all" +license="GPL+2" +depends="" +depends_dev="" +makedepends="$depends_dev" +install="" +subpackages="" +source="http://ufpr.dl.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver/$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 +} + +build() { + cd "$_builddir" + make +} + +package() { + cd "$_builddir" + mkdir -p "$pkgdir"/usr/bin + install enumiax "$pkgdir"/usr/bin || return 1 +} + +md5sums="2a148fd2faa74d636ad891c7073fbd96 enumiax-0.4a.tar.gz" +sha256sums="cf1b1db4d6d62c919afd1484e2476ef7c2ce05220555e829cc5d3821e47a2f41 enumiax-0.4a.tar.gz" +sha512sums="671af2e274fa94b950d42db57880ec6d494510df8970edeeebe2e06a98aba4b6f3f10686624238f7cb19c590751a29d80993ffeee3c7091a30b4f2c337f8ce18 enumiax-0.4a.tar.gz" -- cgit v1.2.3