Date: Friday, October 21, 2022 @ 18:28:40
  Author: foutrelis
Revision: 1333191

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: freeciv/repos/community-staging-x86_64/PKGBUILD (from rev 1333190, 
freeciv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-10-21 18:28:40 UTC (rev 1333191)
@@ -0,0 +1,26 @@
+# Maintainer: Eric BĂ©langer <[email protected]>
+
+pkgname=freeciv
+pkgver=3.0.3
+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)
+sha512sums=('8fcd6181c311beb24b2cc5a782fbf3459d9ce58cd0c0d7e73a9668fc4e498a3ef7bba6d44cff15511dabdbf6ea6cef0002d339b1aa054881d8d1c04007643c85')
+
+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
+}

Reply via email to