[arch-commits] Commit in libgames-support/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Sep 24 21:11:45 UTC 2015
Date: Thursday, September 24, 2015 @ 23:11:45
Author: heftig
Revision: 247327
0.1
Added:
libgames-support/trunk/PKGBUILD
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Added: PKGBUILD
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-09-24 21:11:45 UTC (rev 247327)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgames-support
+pkgver=0.1
+pkgrel=1
+pkgdesc="Code shared between GNOME games"
+url="https://git.gnome.org/browse/libgames-support/"
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(gtk3 libgee)
+makedepends=(gobject-introspection vala intltool)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('512ca6e66c296f06afec03de7e394134be67e0e31eab551bcb57801ea6c316c8')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Property changes on: libgames-support/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list