[arch-commits] Commit in libdmapsharing/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Sun Feb 5 11:51:38 UTC 2012
Date: Sunday, February 5, 2012 @ 06:51:38
Author: ibiru
Revision: 148816
db-move: moved libdmapsharing from [testing] to [extra] (x86_64)
Added:
libdmapsharing/repos/extra-x86_64/PKGBUILD
(from rev 148654, libdmapsharing/repos/testing-x86_64/PKGBUILD)
Deleted:
libdmapsharing/repos/extra-x86_64/PKGBUILD
libdmapsharing/repos/testing-x86_64/
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-02-05 11:51:36 UTC (rev 148815)
+++ extra-x86_64/PKGBUILD 2012-02-05 11:51:38 UTC (rev 148816)
@@ -1,25 +0,0 @@
-# $Id$
-#Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=libdmapsharing
-pkgver=2.9.12
-pkgrel=1
-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
-}
Copied: libdmapsharing/repos/extra-x86_64/PKGBUILD (from rev 148654, libdmapsharing/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-02-05 11:51:38 UTC (rev 148816)
@@ -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