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

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


    Date: Friday, January 11, 2019 @ 07:26:26
  Author: foutrelis
Revision: 422242

archrelease: copy trunk to community-staging-x86_64

Added:
  freeciv/repos/community-staging-x86_64/
  freeciv/repos/community-staging-x86_64/PKGBUILD
    (from rev 422241, freeciv/trunk/PKGBUILD)

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

Copied: freeciv/repos/community-staging-x86_64/PKGBUILD (from rev 422241, freeciv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-01-11 07:26:26 UTC (rev 422242)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=freeciv
+pkgver=2.6.0
+pkgrel=3
+pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
+arch=('x86_64')
+url="http://www.freeciv.org/"
+license=('GPL')
+depends=('gtk3' 'sdl_mixer' 'lua' 'sqlite' 'curl')
+makedepends=('python')
+backup=('etc/freeciv/database.lua')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('19b5181e3e9e40b31332c79a2226fbcc3706a9c2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \
+    --enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 --enable-aimodules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list