[arch-commits] Commit in gkeyfile-sharp/repos (community-any community-any/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Oct 18 11:25:43 UTC 2017


    Date: Wednesday, October 18, 2017 @ 11:25:38
  Author: arojas
Revision: 263232

archrelease: copy trunk to community-any

Added:
  gkeyfile-sharp/repos/community-any/
  gkeyfile-sharp/repos/community-any/PKGBUILD
    (from rev 263231, gkeyfile-sharp/trunk/PKGBUILD)

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

Copied: gkeyfile-sharp/repos/community-any/PKGBUILD (from rev 263231, gkeyfile-sharp/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-10-18 11:25:38 UTC (rev 263232)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : Daniel Isenmann <daniel at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+pkgname=gkeyfile-sharp
+pkgver=0.1
+_pkgver=GKEYFILE_SHARP_0_1-0-g07a401a
+_git=662c5c1
+pkgrel=3
+pkgdesc="Mono bindings for GLib’s GKeyFile"
+arch=('any')
+url="http://github.com/mono/gkeyfile-sharp"
+license=('LGPL')
+depends=('gtk-sharp-2')
+source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gkeyfile-sharp/zipball/GKEYFILE_SHARP_0_1)
+md5sums=('0f43ffd9ebe39969e2c7661b81a6dfae')
+
+build() {
+  cd "$srcdir/mono-$pkgname-$_git"
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/mono-$pkgname-$_git"
+
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list