[arch-commits] Commit in libebml/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Nov 2 17:01:11 UTC 2016


    Date: Wednesday, November 2, 2016 @ 17:01:10
  Author: alucryd
Revision: 279768

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-02 17:00:54 UTC (rev 279767)
+++ PKGBUILD	2016-11-02 17:01:10 UTC (rev 279768)
@@ -1,32 +0,0 @@
-# $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=1
-pkgdesc="Extensible Binary Meta Language library"
-arch=('i686' 'x86_64')
-url="http://dl.matroska.org/downloads/libebml/"
-license=('LGPL')
-depends=('gcc-libs')
-provides=('libebml.so')
-source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('58c848f85127032f23ab47b672484f45')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
-    --prefix='/usr'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 279767, libebml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-02 17:01:10 UTC (rev 279768)
@@ -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=1
+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