From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/miniupnpc/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 community/miniupnpc/PKGBUILD (limited to 'community/miniupnpc/PKGBUILD') diff --git a/community/miniupnpc/PKGBUILD b/community/miniupnpc/PKGBUILD new file mode 100644 index 000000000..6b163f4c4 --- /dev/null +++ b/community/miniupnpc/PKGBUILD @@ -0,0 +1,25 @@ +# $Id: PKGBUILD 92933 2013-06-19 14:29:17Z tredaelli $ +# Maintainer: Timothy Redaelli +# Contributor: Florian Loitsch +pkgname=miniupnpc +pkgver=1.8 +pkgrel=1 +pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices" +arch=('i686' 'x86_64') +url="http://miniupnp.free.fr" +license=('BSD') +depends=('sh') +source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz") +md5sums=('065bf20a20ebe605c675b7a5aaef340a') + +build() { + cd "$srcdir/$pkgname-$pkgver" + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX="$pkgdir/" install + install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3 + install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} -- cgit v1.2.3-54-g00ecf