contrib/menu-cache/Pkgfile

20 lines
602 B
Plaintext
Raw Normal View History

2010-06-23 12:38:47 +02:00
# Description: replacement for libgnome-menu
# URL: http://lxde.org/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: glib
# Comment: library creating and utilizing caches to speed up the manipulation for freedesktop.org defined application menus
name=menu-cache
version=0.3.2
release=1
source=(http://download.sourceforge.net/project/lxde/$name/$name%20$version/$name-$version.tar.gz)
2010-06-23 12:38:47 +02:00
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--libexecdir=/usr/lib/$name
make
make DESTDIR=$PKG install
}