[arch-commits] Commit in (mate-calc mate-calc/trunk mate-calc/trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Mar 30 20:30:30 UTC 2017


    Date: Thursday, March 30, 2017 @ 20:30:29
  Author: bgyorgy
Revision: 220128

Add back mate-calc

It's official part of MATE again.

Added:
  mate-calc/
  mate-calc/trunk/
  mate-calc/trunk/PKGBUILD

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

Added: mate-calc/trunk/PKGBUILD
===================================================================
--- mate-calc/trunk/PKGBUILD	                        (rev 0)
+++ mate-calc/trunk/PKGBUILD	2017-03-30 20:30:29 UTC (rev 220128)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-calc
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('f9f74e5b65c5828249af2ec264099e06ba678209')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-calc/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list