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

Felix Yan felixonmars at gemini.archlinux.org
Thu Apr 14 22:12:44 UTC 2022


    Date: Thursday, April 14, 2022 @ 22:12:44
  Author: felixonmars
Revision: 1186322

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: freeciv/repos/community-staging-x86_64/PKGBUILD (from rev 1186320, freeciv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-04-14 22:12:44 UTC (rev 1186322)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=freeciv
+pkgver=3.0.0
+pkgrel=2
+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' 'lua53' 'sqlite' 'curl')
+makedepends=('python')
+backup=('etc/freeciv/database.lua')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('8157351dc9e83ea24b87873a216ccc473b5119b2')
+
+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