From c34f78dd37c2a2015d43de5d89748a2f8147ba1b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Jan 2012 23:14:57 +0000 Subject: Tue Jan 31 23:14:56 UTC 2012 --- testing/libdmapsharing/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 testing/libdmapsharing/PKGBUILD (limited to 'testing/libdmapsharing/PKGBUILD') diff --git a/testing/libdmapsharing/PKGBUILD b/testing/libdmapsharing/PKGBUILD new file mode 100644 index 000000000..a879dd0c5 --- /dev/null +++ b/testing/libdmapsharing/PKGBUILD @@ -0,0 +1,25 @@ +# $Id: PKGBUILD 148195 2012-01-30 18:48:03Z ibiru $ +#Maintainer: Ionut Biru +pkgname=libdmapsharing +pkgver=2.9.12 +pkgrel=2 +pkgdesc="A library that implements the DMAP family of protocols" +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=('ec34948df21e9ba0656c917b10fed1c3') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr --with-mdns=avahi + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf