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

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


    Date: Monday, January 30, 2012 @ 13:48:03
  Author: ibiru
Revision: 148195

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

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

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

Copied: libdmapsharing/repos/testing-x86_64/PKGBUILD (from rev 148047, libdmapsharing/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-30 18:48:03 UTC (rev 148195)
@@ -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