summaryrefslogtreecommitdiff
path: root/testing/libdmapsharing/PKGBUILD
blob: 7f53d6f01dd03801361c9f506cd0bc16bd378fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD 117405 2011-04-01 16:34:19Z ibiru $
#Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=libdmapsharing
pkgver=2.9.7
pkgrel=1
pkgdesc="Libdmapsharing is a library you may use to access and share DMAP content"
arch=('i686' 'x86_64')
url="http://www.flyn.org/projects/libdmapsharing/index.html"
license=('LGPL2.1')
depends=('libsoup' 'avahi' 'gstreamer0.10-base' 'gdk-pixbuf2')
options=('!libtool')
source=(http://www.flyn.org/projects/libdmapsharing/${pkgname}-${pkgver}.tar.gz)
md5sums=('5eeded6d82ed2c2f6f310b9bd484798c')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"

  ./configure --prefix=/usr --with-mdns=avahi
  make
  make DESTDIR="${pkgdir}" install
}