[arch-commits] Commit in (4 files)

Ionut Biru ibiru at archlinux.org
Mon Sep 27 14:13:03 UTC 2010


    Date: Monday, September 27, 2010 @ 10:13:02
  Author: ibiru
Revision: 91616

new dependency for rhtymbox

Added:
  libdmapsharing/
  libdmapsharing/repos/
  libdmapsharing/trunk/
  libdmapsharing/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Added: libdmapsharing/trunk/PKGBUILD
===================================================================
--- libdmapsharing/trunk/PKGBUILD	                        (rev 0)
+++ libdmapsharing/trunk/PKGBUILD	2010-09-27 14:13:02 UTC (rev 91616)
@@ -0,0 +1,21 @@
+# $Id$
+#Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=libdmapsharing
+pkgver=2.1.4
+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.31.92' 'avahi>=0.6.27' 'gstreamer0.10-base>=0.10.30' 'gdk-pixbuf2>=2.22')
+options=('!libtool')
+source=(http://www.flyn.org/projects/libdmapsharing/${pkgname}-${pkgver}.tar.gz)
+md5sums=('075ad8cceba79b567cd9251a8fbc8218')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --with-mdns=avahi
+  make
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: libdmapsharing/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list