[arch-commits] Commit in mate-backgrounds/repos (community-any community-any/PKGBUILD)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 16:40:09 UTC 2014


    Date: Thursday, January 16, 2014 @ 17:40:08
  Author: flexiondotorg
Revision: 104199

archrelease: copy trunk to community-any

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

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

Copied: mate-backgrounds/repos/community-any/PKGBUILD (from rev 104198, mate-backgrounds/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-01-16 16:40:08 UTC (rev 104199)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-backgrounds
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Background images and data for MATE"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('7905527e9f4f0edeae15c8a6c444c53b45f260bf')
+
+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