[arch-commits] Commit in libdmapsharing/repos (3 files)

Ionut Biru ibiru at archlinux.org
Mon Jan 30 18:48:02 UTC 2012


    Date: Monday, January 30, 2012 @ 13:48:02
  Author: ibiru
Revision: 148194

db-move: moved libdmapsharing from [staging] to [testing] (i686)

Added:
  libdmapsharing/repos/testing-i686/
  libdmapsharing/repos/testing-i686/PKGBUILD
    (from rev 148047, libdmapsharing/repos/staging-i686/PKGBUILD)
Deleted:
  libdmapsharing/repos/staging-i686/

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

Copied: libdmapsharing/repos/testing-i686/PKGBUILD (from rev 148047, libdmapsharing/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-01-30 18:48:02 UTC (rev 148194)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Ionut Biru <ibiru at archlinux.org>
+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
+}




More information about the arch-commits mailing list