contrib/menu-cache/Pkgfile
2013-10-19 14:09:07 +02:00

20 lines
581 B
Plaintext

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