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

Maxime Gauduin alucryd at archlinux.org
Fri May 19 20:32:32 UTC 2017


    Date: Friday, May 19, 2017 @ 20:32:31
  Author: alucryd
Revision: 296304

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

Added:
  libebml/repos/staging-i686/
  libebml/repos/staging-i686/PKGBUILD
    (from rev 296303, libebml/trunk/PKGBUILD)
  libebml/repos/staging-x86_64/
  libebml/repos/staging-x86_64/PKGBUILD
    (from rev 296303, libebml/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: libebml/repos/staging-i686/PKGBUILD (from rev 296303, libebml/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2017-05-19 20:32:31 UTC (rev 296304)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: 03/08/04 <lefungus at altern.org>
+
+pkgname=libebml
+pkgver=1.3.4
+pkgrel=2
+pkgdesc='Extensible Binary Meta Language library'
+arch=('i686' 'x86_64')
+url='https://dl.matroska.org/downloads/libebml/'
+license=('LGPL')
+depends=('gcc-libs')
+provides=('libebml.so')
+source=("https://dl.matroska.org/downloads/libebml/libebml-${pkgver}.tar.bz2")
+sha256sums=('c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387')
+
+build() {
+  cd libebml-${pkgver}
+
+  ./configure \
+    --prefix='/usr'
+  make
+}
+
+package() {
+  cd libebml-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: libebml/repos/staging-x86_64/PKGBUILD (from rev 296303, libebml/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2017-05-19 20:32:31 UTC (rev 296304)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: 03/08/04 <lefungus at altern.org>
+
+pkgname=libebml
+pkgver=1.3.4
+pkgrel=2
+pkgdesc='Extensible Binary Meta Language library'
+arch=('i686' 'x86_64')
+url='https://dl.matroska.org/downloads/libebml/'
+license=('LGPL')
+depends=('gcc-libs')
+provides=('libebml.so')
+source=("https://dl.matroska.org/downloads/libebml/libebml-${pkgver}.tar.bz2")
+sha256sums=('c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387')
+
+build() {
+  cd libebml-${pkgver}
+
+  ./configure \
+    --prefix='/usr'
+  make
+}
+
+package() {
+  cd libebml-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list