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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 21:07:37 UTC 2014


    Date: Wednesday, March 5, 2014 @ 22:07:37
  Author: flexiondotorg
Revision: 106566

archrelease: copy trunk to community-staging-any

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

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

Copied: mate-common/repos/community-staging-any/PKGBUILD (from rev 106565, mate-common/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2014-03-05 21:07:37 UTC (rev 106566)
@@ -0,0 +1,25 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-common
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Common development macros for MATE"
+arch=('any')
+license=('GPL')
+depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool' 'pkg-config')
+options=('!emptydirs')
+url="http://mate-desktop.org"
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('41156798ed4cc55d39bb85eaeffa244b224fa3f6')
+
+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