Date: Saturday, May 9, 2015 @ 13:47:18
  Author: flexiondotorg
Revision: 133047

archrelease: copy trunk to community-staging-any

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

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

Copied: mate-backgrounds/repos/community-staging-any/PKGBUILD (from rev 133046, 
mate-backgrounds/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2015-05-09 11:47:18 UTC (rev 133047)
@@ -0,0 +1,26 @@
+# Maintainer : Martin Wimpress <c...@flexion.org>
+
+_ver=1.10
+pkgname=mate-backgrounds
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Background images and data for MATE"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+makedepends=('mate-common')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('53d2c57982f3fb4c1c1f791eaa4cf3dc8d78bc0a')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Reply via email to