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

Jan Steffens heftig at archlinux.org
Fri Feb 26 23:05:06 UTC 2021


    Date: Friday, February 26, 2021 @ 23:05:06
  Author: heftig
Revision: 874478

archrelease: copy trunk to community-x86_64

Added:
  sdl_net/repos/community-x86_64/
  sdl_net/repos/community-x86_64/PKGBUILD
    (from rev 874477, sdl_net/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: sdl_net/repos/community-x86_64/PKGBUILD (from rev 874477, sdl_net/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-02-26 23:05:06 UTC (rev 874478)
@@ -0,0 +1,26 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=sdl_net
+pkgver=1.2.8
+pkgrel=5
+pkgdesc="A small sample cross-platform networking library"
+url="https://www.libsdl.org/projects/SDL_net/"
+arch=(x86_64)
+license=(custom)
+depends=(sdl)
+source=(https://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz)
+sha256sums=('5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4')
+
+build() {
+  cd SDL_net-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd SDL_net-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list