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

Antonio Rojas arojas at archlinux.org
Wed Feb 7 21:43:08 UTC 2018


    Date: Wednesday, February 7, 2018 @ 21:43:08
  Author: arojas
Revision: 290063

archrelease: copy trunk to community-staging-any

Added:
  mate-common/repos/community-staging-any/
  mate-common/repos/community-staging-any/PKGBUILD
    (from rev 290062, mate-common/trunk/PKGBUILD)

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

Copied: mate-common/repos/community-staging-any/PKGBUILD (from rev 290062, mate-common/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-02-07 21:43:08 UTC (rev 290063)
@@ -0,0 +1,25 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-common
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Common development macros for MATE"
+arch=('any')
+license=('GPL')
+depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool'
+         'pkg-config')
+url="http://mate-desktop.org"
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('5e092883770b53cf6996bbc26db791ca112d0356')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list