#Maintainer: Markus Muttilainen (stillborn.zenwalk@gmail.com) pkgname=gnome-menus pkgver=2.30.5 zenver=69 pkgrel=1 arch=i486 source=("http://ftp.gnome.org/pub/GNOME/sources/gnome-menus/2.30/gnome-menus-2.30.5.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/stillborn/gnome-menus docs=("readme" "install" "copying" "copying.lib" "changelog" "authors" "news" "todo" "hacking") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-menus - GNOME Menu Layout" "GNOME Menus is an implementation of the draft Desktop Menu" "Specification from freedesktop.org. Also included is the GNOME menu" "layout configuration files, .directory files and assorted menu" "related utility programs." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }