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

Balló György bgyorgy at archlinux.org
Sat Aug 6 15:31:40 UTC 2016


    Date: Saturday, August 6, 2016 @ 15:31:40
  Author: bgyorgy
Revision: 185627

archrelease: copy trunk to community-staging-any

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

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

Copied: mate-common/repos/community-staging-any/PKGBUILD (from rev 185626, mate-common/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-08-06 15:31:40 UTC (rev 185627)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+pkgname=mate-common
+pkgver=${_ver}.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/${_ver}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e731a8ff17f84bcb0c8ba724b3c866af61a89e99')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list