[arch-commits] Commit in lib32-libvorbis/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Sep 21 11:52:06 UTC 2019


    Date: Saturday, September 21, 2019 @ 11:52:05
  Author: heftig
Revision: 511336

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libvorbis/repos/multilib-x86_64/PKGBUILD
    (from rev 511335, lib32-libvorbis/trunk/PKGBUILD)
Deleted:
  lib32-libvorbis/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 44 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-21 11:46:16 UTC (rev 511335)
+++ PKGBUILD	2019-09-21 11:52:05 UTC (rev 511336)
@@ -1,42 +0,0 @@
-# $Id$
-
-_pkgbasename=libvorbis
-pkgname=lib32-$_pkgbasename
-pkgver=1.3.6
-pkgrel=1
-pkgdesc="Vorbis codec library (32-bit)"
-arch=('x86_64')
-license=('BSD')
-url="https://www.xiph.org/ogg/vorbis/"
-depends=('lib32-libogg' $_pkgbasename)
-provides=('libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
-source=(https://downloads.xiph.org/releases/vorbis/${_pkgbasename}-${pkgver}.tar.gz)
-sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --disable-static --libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make -j1 check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libvorbis/repos/multilib-x86_64/PKGBUILD (from rev 511335, lib32-libvorbis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-21 11:52:05 UTC (rev 511336)
@@ -0,0 +1,44 @@
+
+pkgname=lib32-libvorbis
+pkgver=1.3.6
+pkgrel=1.1
+pkgdesc='Vorbis codec library (32-bit)'
+arch=('x86_64')
+url='https://www.xiph.org/ogg/vorbis/'
+license=('BSD')
+depends=('lib32-libogg' 'libvorbis')
+provides=('libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
+source=("https://downloads.xiph.org/releases/vorbis/libvorbis-${pkgver}.tar.gz")
+sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb')
+
+build() {
+  cd libvorbis-${pkgver}
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --disable-static
+  make
+}
+
+check() {
+  cd libvorbis-${pkgver}
+
+  make -j1 check
+}
+
+package() {
+  cd libvorbis-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s libvorbis "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list