# $Id: PKGBUILD 97651 2010-10-31 21:55:53Z ibiru $ #Maintainer: Ionut Biru 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 }