[arch-commits] Commit in freeciv/repos (2 files)
Anatol Pomozov
anatolik at archlinux.org
Sun Jul 19 01:24:29 UTC 2020
Date: Sunday, July 19, 2020 @ 01:24:29
Author: anatolik
Revision: 664507
archrelease: copy trunk to community-staging-x86_64
Added:
freeciv/repos/community-staging-x86_64/
freeciv/repos/community-staging-x86_64/PKGBUILD
(from rev 664506, freeciv/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: freeciv/repos/community-staging-x86_64/PKGBUILD (from rev 664506, freeciv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-19 01:24:29 UTC (rev 664507)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=freeciv
+pkgver=2.6.2
+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.bz2)
+sha1sums=('d459c711a164fbaf215e0083aaf5784253a1492f')
+
+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