contrib/menu-cache/Pkgfile

20 lines
438 B
Plaintext
Raw Normal View History

2020-04-25 14:31:21 +02:00
# Description: Caching mechanism for freedesktop.org compliant menus
# URL: https://lxde.org/
2020-07-08 12:53:33 +02:00
# Maintainer: unmaintained
2020-04-25 14:31:21 +02:00
# Depends on: libfm-extra
2010-06-23 12:38:47 +02:00
name=menu-cache
2020-04-25 14:31:21 +02:00
version=1.1.0
2010-06-23 12:38:47 +02:00
release=1
2020-04-25 14:31:21 +02:00
source=(https://downloads.sourceforge.net/lxde/$name-$version.tar.xz)
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
}
2012-12-05 21:35:00 +01:00