contrib/menu-cache/Pkgfile

23 lines
521 B
Plaintext
Raw Normal View History

2020-04-25 14:31:21 +02:00
# Description: Caching mechanism for freedesktop.org compliant menus
2023-08-13 09:56:24 +02:00
# URL: https://lxde.org/
# Maintainer: unmaintained
# Depends on: libfm-extra
2020-04-25 14:31:21 +02:00
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-12-18 12:23:26 +01:00
source=(https://downloads.sourceforge.net/lxde/$name-$version.tar.xz
2023-08-13 09:56:24 +02:00
menu-cache-1.1.0-0001-Support-gcc10-compilation.patch)
2010-06-23 12:38:47 +02:00
build() {
2023-08-13 09:56:24 +02:00
cd $name-$version
2020-12-18 12:23:26 +01:00
2023-08-13 09:56:24 +02:00
patch -p1 -i $SRC/menu-cache-1.1.0-0001-Support-gcc10-compilation.patch
2012-12-05 21:35:00 +01:00
2023-08-13 09:56:24 +02:00
./configure --prefix=/usr \
--libexecdir=/usr/lib/$name
2020-12-18 12:23:26 +01:00
2023-08-13 09:56:24 +02:00
make
make DESTDIR=$PKG install
2020-12-18 12:23:26 +01:00
}