[arch-commits] Commit in libebml/repos (4 files)

Giovanni Scafora giovanni at archlinux.org
Tue Jan 6 14:09:50 UTC 2015


    Date: Tuesday, January 6, 2015 @ 15:09:49
  Author: giovanni
Revision: 228706

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libebml/repos/extra-i686/PKGBUILD
    (from rev 228705, libebml/trunk/PKGBUILD)
  libebml/repos/extra-x86_64/PKGBUILD
    (from rev 228705, libebml/trunk/PKGBUILD)
Deleted:
  libebml/repos/extra-i686/PKGBUILD
  libebml/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   54 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   26 -----------------------
 extra-x86_64/PKGBUILD |   26 -----------------------
 3 files changed, 54 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-01-06 14:09:38 UTC (rev 228705)
+++ extra-i686/PKGBUILD	2015-01-06 14:09:49 UTC (rev 228706)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: 03/08/04 <lefungus at altern.org>
-
-pkgname=libebml
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="Extensible Binary Meta Language library"
-arch=('i686' 'x86_64')
-url="http://dl.matroska.org/downloads/libebml/"
-license=('LGPL')
-depends=('gcc-libs')
-source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('efec729bf5a51e649e1d9d1f61c0ae7a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/make/linux"
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/make/linux"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: libebml/repos/extra-i686/PKGBUILD (from rev 228705, libebml/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-01-06 14:09:49 UTC (rev 228706)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: 03/08/04 <lefungus at altern.org>
+
+pkgname=libebml
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Extensible Binary Meta Language library"
+arch=('i686' 'x86_64')
+url="http://dl.matroska.org/downloads/libebml/"
+license=('LGPL')
+depends=('gcc-libs')
+source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('2d5a0e502fabedfded2a890c6b5513a5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-01-06 14:09:38 UTC (rev 228705)
+++ extra-x86_64/PKGBUILD	2015-01-06 14:09:49 UTC (rev 228706)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: 03/08/04 <lefungus at altern.org>
-
-pkgname=libebml
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="Extensible Binary Meta Language library"
-arch=('i686' 'x86_64')
-url="http://dl.matroska.org/downloads/libebml/"
-license=('LGPL')
-depends=('gcc-libs')
-source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('efec729bf5a51e649e1d9d1f61c0ae7a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/make/linux"
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/make/linux"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 228705, libebml/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-01-06 14:09:49 UTC (rev 228706)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: 03/08/04 <lefungus at altern.org>
+
+pkgname=libebml
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Extensible Binary Meta Language library"
+arch=('i686' 'x86_64')
+url="http://dl.matroska.org/downloads/libebml/"
+license=('LGPL')
+depends=('gcc-libs')
+source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('2d5a0e502fabedfded2a890c6b5513a5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}



More information about the arch-commits mailing list