[arch-commits] Commit in mate-user-guide/repos (2 files)

Antonio Rojas arojas at archlinux.org
Sat Sep 24 14:48:35 UTC 2016


    Date: Saturday, September 24, 2016 @ 14:48:34
  Author: arojas
Revision: 190354

archrelease: copy trunk to community-staging-any

Added:
  mate-user-guide/repos/community-staging-any/
  mate-user-guide/repos/community-staging-any/PKGBUILD
    (from rev 190353, mate-user-guide/trunk/PKGBUILD)

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

Copied: mate-user-guide/repos/community-staging-any/PKGBUILD (from rev 190353, mate-user-guide/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-09-24 14:48:34 UTC (rev 190354)
@@ -0,0 +1,28 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+_pkgbase=mate-user-guide
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="MATE User Guide"
+groups=('mate' 'mate-gtk3')
+url="http://mate-desktop.org"
+arch=('any')
+license=('FDL')
+depends=('yelp')
+makedepends=('itstool' 'intltool')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('2084e109511dd82c08aafd3a71aa63d4b008df1b')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list