From 320b07ddac10523c307511cea8219e5152b30940 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Mon, 1 Jun 2020 02:48:24 +0000 Subject: community/libupnp: move from testing --- community/libupnp/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++ testing/libupnp/APKBUILD | 37 ------------------------------------- 2 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 community/libupnp/APKBUILD delete mode 100644 testing/libupnp/APKBUILD diff --git a/community/libupnp/APKBUILD b/community/libupnp/APKBUILD new file mode 100644 index 0000000000..b09a9280c6 --- /dev/null +++ b/community/libupnp/APKBUILD @@ -0,0 +1,37 @@ +# Maintainer: Francesco Colista +# Contributor: Francesco Colista +# Contributor: Mike Crute +pkgname=libupnp +pkgver=1.12.1 +pkgrel=0 +pkgdesc="Portable Open Source UPnP Development Kit" +url="http://pupnp.sourceforge.net" +arch="all" +license="BSD-3-Clause" +makedepends="automake autoconf libtool" +subpackages="$pkgname-dev" +source="https://github.com/pupnp/pupnp/releases/download/release-$pkgver/libupnp-$pkgver.tar.bz2" + +prepare() { + default_prepare + autoreconf +} + +build() { + ./configure \ + --prefix=/usr \ + --enable-ipv6 \ + --enable-static=no \ + --enable-reuseaddr + make +} + +check() { + make check +} + +package() { + make DESTDIR="$pkgdir" install +} + +sha512sums="f13833118d08fc05273dc65a12596854b937c505b20d82e58eb1c2e1fa35dba0cafd5799475e030f3c698069046cc5256e6ef5afe398680e7ea881df953b95e6 libupnp-1.12.1.tar.bz2" diff --git a/testing/libupnp/APKBUILD b/testing/libupnp/APKBUILD deleted file mode 100644 index b09a9280c6..0000000000 --- a/testing/libupnp/APKBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer: Francesco Colista -# Contributor: Francesco Colista -# Contributor: Mike Crute -pkgname=libupnp -pkgver=1.12.1 -pkgrel=0 -pkgdesc="Portable Open Source UPnP Development Kit" -url="http://pupnp.sourceforge.net" -arch="all" -license="BSD-3-Clause" -makedepends="automake autoconf libtool" -subpackages="$pkgname-dev" -source="https://github.com/pupnp/pupnp/releases/download/release-$pkgver/libupnp-$pkgver.tar.bz2" - -prepare() { - default_prepare - autoreconf -} - -build() { - ./configure \ - --prefix=/usr \ - --enable-ipv6 \ - --enable-static=no \ - --enable-reuseaddr - make -} - -check() { - make check -} - -package() { - make DESTDIR="$pkgdir" install -} - -sha512sums="f13833118d08fc05273dc65a12596854b937c505b20d82e58eb1c2e1fa35dba0cafd5799475e030f3c698069046cc5256e6ef5afe398680e7ea881df953b95e6 libupnp-1.12.1.tar.bz2" -- cgit v1.2.3