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

Antonio Rojas arojas at archlinux.org
Fri Mar 17 20:26:21 UTC 2017


    Date: Friday, March 17, 2017 @ 20:26:20
  Author: arojas
Revision: 216966

archrelease: copy trunk to community-staging-any

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

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

Copied: mate-common/repos/community-staging-any/PKGBUILD (from rev 216965, mate-common/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-03-17 20:26:20 UTC (rev 216966)
@@ -0,0 +1,25 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-common
+pkgver=1.18.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=('e5853086fdce062ddd9443cfe72f3cb5c5a91331')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list