[arch-commits] Commit in barrage/repos (3 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:09:03 UTC 2018


    Date: Friday, November 9, 2018 @ 22:09:03
  Author: felixonmars
Revision: 404861

archrelease: copy trunk to community-staging-x86_64

Added:
  barrage/repos/community-staging-x86_64/
  barrage/repos/community-staging-x86_64/PKGBUILD
    (from rev 404860, barrage/trunk/PKGBUILD)
  barrage/repos/community-staging-x86_64/barrage.changelog
    (from rev 404860, barrage/trunk/barrage.changelog)

-------------------+
 PKGBUILD          |   28 ++++++++++++++++++++++++++++
 barrage.changelog |    5 +++++
 2 files changed, 33 insertions(+)

Copied: barrage/repos/community-staging-x86_64/PKGBUILD (from rev 404860, barrage/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 22:09:03 UTC (rev 404861)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
+
+pkgname=barrage
+pkgver=1.0.4
+pkgrel=5
+pkgdesc="A violent point-and-click shooting game with nice effects"
+arch=('x86_64')
+url="http://lgames.sourceforge.net/index.php?project=Barrage"
+license=('GPL')
+depends=('hicolor-icon-theme' 'sdl_mixer')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('ad74e049dfded3bca28b8dc1c5870408cfad9e024b35cc5b501ba90486d9af25')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: barrage/repos/community-staging-x86_64/barrage.changelog (from rev 404860, barrage/trunk/barrage.changelog)
===================================================================
--- community-staging-x86_64/barrage.changelog	                        (rev 0)
+++ community-staging-x86_64/barrage.changelog	2018-11-09 22:09:03 UTC (rev 404861)
@@ -0,0 +1,5 @@
+2016-04-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* barrage 1.0.4-4 pacman hooks rebuild
+
+2011-08-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* barrage 1.0.4-1



More information about the arch-commits mailing list