updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / gupnp-av / PKGBUILD
blobf1f35a6ac13472d9af6fae8c3aac10e098767242
1 # Contributor: Thijs Vermeir <thijsvermeir@gmail.com>
2 # Contributor: Denis Zawada <deno@rootnode.net>
4 pkgname=gupnp-av
5 pkgver=0.8.0
6 pkgrel=1
7 pkgdesc="GUPnP A/V is a small utility library that aims to ease the handling and \
8          implementation of UPnP A/V profiles."
9 arch=('i686' 'x86_64')
10 url="http://www.gupnp.org/"
11 license=('LGPL')
12 groups=('gupnp')
13 depends=('gupnp>=0.13')
14 makedepends=('gtk-doc' 'pkgconfig')
15 options=('!libtool')
16 source=("http://www.gupnp.org/sites/all/files/sources/$pkgname-$pkgver.tar.gz")
18 build() {
19   cd $srcdir/$pkgname-$pkgver
20   ./configure \
21     --prefix=/usr || return 1
22   make || return 1
23   make DESTDIR=$pkgdir install || return 1
25 md5sums=('8a41a3bb60b50fceb5ece71c0dc4dcfb')