menu-cache: new port
This commit is contained in:
parent
f67eea30c6
commit
4567379084
14
menu-cache/.footprint
Normal file
14
menu-cache/.footprint
Normal file
@ -0,0 +1,14 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/menu-cache/
|
||||
-rw-r--r-- root/root usr/include/menu-cache/menu-cache.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rwxr-xr-x root/root usr/lib/libmenu-cache.la
|
||||
lrwxrwxrwx root/root usr/lib/libmenu-cache.so -> libmenu-cache.so.1.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libmenu-cache.so.1 -> libmenu-cache.so.1.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libmenu-cache.so.1.0.0
|
||||
drwxr-xr-x root/root usr/lib/menu-cache/
|
||||
-rwxr-xr-x root/root usr/lib/menu-cache/menu-cache-gen
|
||||
-rwxr-xr-x root/root usr/lib/menu-cache/menu-cached
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libmenu-cache.pc
|
1
menu-cache/.md5sum
Normal file
1
menu-cache/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
ac4a9ea77db68d3db3f9f53cc75af66a menu-cache-0.3.2.tar.gz
|
19
menu-cache/Pkgfile
Normal file
19
menu-cache/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# 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://dl.sourceforge.net/project/lxde/$name/$name%20$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--libexecdir=/usr/lib/$name
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user