diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /extra/libdmapsharing/PKGBUILD |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'extra/libdmapsharing/PKGBUILD')
-rw-r--r-- | extra/libdmapsharing/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/libdmapsharing/PKGBUILD b/extra/libdmapsharing/PKGBUILD new file mode 100644 index 000000000..5151a2cc1 --- /dev/null +++ b/extra/libdmapsharing/PKGBUILD @@ -0,0 +1,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 +} |