contrib/menu-cache/Pkgfile
2020-04-25 22:31:21 +10:00

20 lines
478 B
Plaintext

# Description: Caching mechanism for freedesktop.org compliant menus
# URL: https://lxde.org/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: libfm-extra
name=menu-cache
version=1.1.0
release=1
source=(https://downloads.sourceforge.net/lxde/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--libexecdir=/usr/lib/$name
make
make DESTDIR=$PKG install
}