# $Id: PKGBUILD 104193 2014-01-16 16:26:41Z flexiondotorg $ # Maintainer : Martin Wimpress # Contributor: Giovanni "Talorno" Ricciardi # Contributor: Xpander pkgname=mate-menus pkgver=1.6.0 pkgrel=3 pkgdesc="MATE menu specifications" url="http://mate-desktop.org" arch=('i686' 'x86_64') license=('GPL') depends=('glib2' 'python2') makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser') options=('!emptydirs') groups=('mate') source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") sha1sums=('798e1e96e8dea48d93f1db90b6fbe69d0a3f3ea5') build() { cd "${srcdir}/${pkgname}-${pkgver}" PYTHON=/usr/bin/python2 ./autogen.sh \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-python \ --disable-static make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }