summaryrefslogtreecommitdiff
path: root/extra/libdmapsharing/PKGBUILD
blob: 5151a2cc10b4f495836be65c03f0cb4f9cef3939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD 97651 2010-10-31 21:55:53Z ibiru $
#Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=libdmapsharing
pkgver=2.1.8
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>=2.32.0' 'avahi>=0.6.27' 'gstreamer0.10-base>=0.10.30' 'gdk-pixbuf2>=2.22')
options=('!libtool' 'force')
source=(http://www.flyn.org/projects/libdmapsharing/${pkgname}-${pkgver}.tar.gz)
md5sums=('88583f0c6160142567e8b521f210443b')

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

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