mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-22 16:22:24 +01:00
I dont know why, but when i started to contributed i kind of used my nick name and not my real name. I want to change that. So I'm not sure if I should split this in individual commits or just use something like this. So, please see this more like a question how i can do things right :)
25 lines
723 B
Plaintext
25 lines
723 B
Plaintext
# Contributor: Marvin Preuss <marvin@xsteadfastx.org>
|
|
# Maintainer: Marvin Preuss <marvin@xsteadfastx.org>
|
|
pkgname=libupnpp
|
|
pkgver=0.21.0
|
|
pkgrel=0
|
|
pkgdesc="C++ wrapper for libupnp"
|
|
url="https://framagit.org/medoc92/libupnpp"
|
|
arch="all"
|
|
license="LGPL-2.0-or-later"
|
|
options="!check"
|
|
makedepends="curl-dev expat-dev libnpupnp-dev"
|
|
subpackages="$pkgname-dev"
|
|
source="libupnpp-$pkgver.tar.gz::https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
./configure --prefix=/usr
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="1032ef83e6880c1e4ae4903f6e175640b1d3da7090bfb04bf480f70d58436ef89e6a43886c86dcda2c4aab8370cbd0d5260601ac359a3dded0688ac2748d30fd libupnpp-0.21.0.tar.gz"
|