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

Maxime Gauduin alucryd at archlinux.org
Thu Jun 21 08:46:03 UTC 2018


    Date: Thursday, June 21, 2018 @ 08:46:03
  Author: alucryd
Revision: 327404

archrelease: copy trunk to extra-x86_64

Added:
  libogg/repos/extra-x86_64/PKGBUILD
    (from rev 327403, libogg/trunk/PKGBUILD)
Deleted:
  libogg/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-21 08:45:56 UTC (rev 327403)
+++ PKGBUILD	2018-06-21 08:46:03 UTC (rev 327404)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Tom Gundersen <teg at jklm.no>
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-
-pkgname=libogg
-pkgver=1.3.3
-pkgrel=2
-pkgdesc='Ogg bitstream and framing library'
-arch=('x86_64')
-url='http://www.xiph.org/ogg/'
-license=('BSD')
-depends=('glibc')
-source=("https://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.xz")
-sha256sums=('4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08')
-
-build() {
-  cd libogg-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libogg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-# install BSD license
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libogg/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libogg/repos/extra-x86_64/PKGBUILD (from rev 327403, libogg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-21 08:46:03 UTC (rev 327404)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: John Proctor <jproctor at prium.net>
+
+pkgname=libogg
+pkgver=1.3.3
+pkgrel=3
+pkgdesc='Ogg bitstream and framing library'
+arch=('x86_64')
+url='http://www.xiph.org/ogg/'
+license=('BSD')
+depends=('glibc')
+source=("https://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.xz")
+sha256sums=('4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08')
+
+build() {
+  cd libogg-${pkgver}
+
+  ./configure \
+    --prefix='/usr'
+  make
+}
+
+package() {
+  cd libogg-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libogg/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list