# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu > # Contributor: Brian Bidulock # Contributor: alucryd # Contributor: Balló György # Contributor: Jan de Groot pkgname=gnome-menus2 pkgver=3.0.1 pkgrel=6 pkgdesc='Library for the Desktop Menu Specification (legacy version)' arch=('i686' 'x86_64') url='http://www.gnome.org/' license=('LGPL-2.0-or-later') depends=('glib2' 'glibc') makedepends=('intltool') source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname%2}/${pkgver%.*}/${pkgname%2}-${pkgver}.tar.bz2") sha256sums=('579c119c26f37781f66708e867ea45b3c37589b3b69e5b32d33e9bdb944165f0') build() { cd ${pkgname%2}-$pkgver ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-static --disable-python --disable-introspection make } package(){ cd ${pkgname%2}-$pkgver make -C libmenu DESTDIR="${pkgdir}" install }