[arch-commits] Commit in libebml/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon May 27 14:26:01 UTC 2019
Date: Monday, May 27, 2019 @ 14:26:01
Author: alucryd
Revision: 354390
archrelease: copy trunk to extra-x86_64
Added:
libebml/repos/extra-x86_64/PKGBUILD
(from rev 354389, libebml/trunk/PKGBUILD)
Deleted:
libebml/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-27 12:45:38 UTC (rev 354389)
+++ PKGBUILD 2019-05-27 14:26:01 UTC (rev 354390)
@@ -1,43 +0,0 @@
-# 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.8
-pkgrel=1
-pkgdesc='Extensible Binary Meta Language library'
-arch=(x86_64)
-url=https://github.com/Matroska-Org/libebml
-license=(LGPL2.1)
-depends=(gcc-libs)
-makedepends=(
- cmake
- git
-)
-provides=(libebml.so)
-source=(git+https://github.com/Matroska-Org/libebml.git#tag=release-${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
- if [[ -d build ]]; then
- rm -rf build
- fi
- mkdir build
-}
-
-build() {
- cd build
-
- cmake ../libebml \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DBUILD_SHARED_LIBS=ON
- make
-}
-
-package() {
- make DESTDIR="${pkgdir}" -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 354389, libebml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-27 14:26:01 UTC (rev 354390)
@@ -0,0 +1,43 @@
+# 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.8
+pkgrel=1
+pkgdesc='Extensible Binary Meta Language library'
+arch=(x86_64)
+url=https://github.com/Matroska-Org/libebml
+license=(LGPL2.1)
+depends=(gcc-libs)
+makedepends=(
+ cmake
+ git
+)
+provides=(libebml.so)
+source=(git+https://github.com/Matroska-Org/libebml.git#tag=release-${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+ if [[ -d build ]]; then
+ rm -rf build
+ fi
+ mkdir build
+}
+
+build() {
+ cd build
+
+ cmake ../libebml \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DBUILD_SHARED_LIBS=ON
+ make
+}
+
+package() {
+ make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list