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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 04:49:44 UTC 2022


    Date: Monday, April 25, 2022 @ 04:49:44
  Author: allan
Revision: 1189942

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 04:49:25 UTC (rev 1189941)
+++ PKGBUILD	2022-04-25 04:49:44 UTC (rev 1189942)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: carstene1ns <arch.carsten at teibes.de>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=lib32-sdl_net
-pkgver=1.2.8
-pkgrel=1
-pkgdesc='Small cross-platform networking library'
-url='https://www.libsdl.org/projects/SDL_net/'
-arch=(x86_64)
-license=(zlib)
-depends=(lib32-sdl)
-makedepends=(gcc-multilib)
-source=("https://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz")
-b2sums=('656fb9c86949bc962656edc7b950e64eee9b9b1ce1b257e6c4974c2d9be99714128c5556d3a3b7ea92cc6d294846af7a51a1925d17418afc8409e44a7b71099a')
-
-build() {
-  cd SDL_net-$pkgver
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  ./configure --disable-static --libdir=/usr/lib32 --prefix=/usr
-  make
-}
-
-package() {
-  cd SDL_net-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -frv "$pkgdir/usr/include"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: lib32-sdl_net/repos/multilib-x86_64/PKGBUILD (from rev 1189941, lib32-sdl_net/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 04:49:44 UTC (rev 1189942)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: carstene1ns <arch.carsten at teibes.de>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=lib32-sdl_net
+pkgver=1.2.8
+pkgrel=2
+pkgdesc='Small cross-platform networking library'
+url='https://www.libsdl.org/projects/SDL_net/'
+arch=(x86_64)
+license=(zlib)
+depends=(lib32-sdl)
+makedepends=(gcc-multilib)
+source=("https://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz")
+b2sums=('656fb9c86949bc962656edc7b950e64eee9b9b1ce1b257e6c4974c2d9be99714128c5556d3a3b7ea92cc6d294846af7a51a1925d17418afc8409e44a7b71099a')
+
+build() {
+  cd SDL_net-$pkgver
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  ./configure --disable-static --libdir=/usr/lib32 --prefix=/usr
+  make
+}
+
+package() {
+  cd SDL_net-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -frv "$pkgdir/usr/include"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list