[arch-commits] Commit in gnuchess/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Jan 11 07:40:51 UTC 2019


    Date: Friday, January 11, 2019 @ 07:40:51
  Author: foutrelis
Revision: 422264

archrelease: copy trunk to community-staging-x86_64

Added:
  gnuchess/repos/community-staging-x86_64/
  gnuchess/repos/community-staging-x86_64/PKGBUILD
    (from rev 422263, gnuchess/trunk/PKGBUILD)

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

Copied: gnuchess/repos/community-staging-x86_64/PKGBUILD (from rev 422263, gnuchess/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-01-11 07:40:51 UTC (rev 422264)
@@ -0,0 +1,32 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=gnuchess
+pkgver=6.2.5
+pkgrel=2
+pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
+arch=('x86_64')
+url="http://www.gnu.org/software/chess/chess.html"
+license=('GPL3')
+depends=('bash')
+optdepends=('xboard: graphical frontend')
+source=(https://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz
+        https://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz.sig)
+validpgpkeys=('766D3CA0FFB903333D2AE492A8AB893AE40251D9')
+md5sums=('203572a43886fc2201662b9eb3b0f540'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make  
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make prefix="$pkgdir"/usr install
+}



More information about the arch-commits mailing list