[arch-commits] Commit in (4 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 16:39:23 UTC 2014


    Date: Thursday, January 16, 2014 @ 17:39:22
  Author: flexiondotorg
Revision: 104198

Added mate-backgrounds

Added:
  mate-backgrounds/
  mate-backgrounds/repos/
  mate-backgrounds/trunk/
  mate-backgrounds/trunk/PKGBUILD

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

Added: mate-backgrounds/trunk/PKGBUILD
===================================================================
--- mate-backgrounds/trunk/PKGBUILD	                        (rev 0)
+++ mate-backgrounds/trunk/PKGBUILD	2014-01-16 16:39:22 UTC (rev 104198)
@@ -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
+}


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



More information about the arch-commits mailing list