diff options
author | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2010-06-23 12:38:47 +0200 |
---|---|---|
committer | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2010-06-23 12:38:47 +0200 |
commit | 4567379084229bd904698f223f206a482084c391 (patch) | |
tree | b6ee74c8cbce179d8dec46e1f0fedb6db4230486 /menu-cache | |
parent | f67eea30c628f022ed6d4a6e54e73209fc24bc21 (diff) | |
download | contrib-4567379084229bd904698f223f206a482084c391.tar.gz contrib-4567379084229bd904698f223f206a482084c391.tar.xz |
menu-cache: new port
Diffstat (limited to 'menu-cache')
-rw-r--r-- | menu-cache/.footprint | 14 | ||||
-rw-r--r-- | menu-cache/.md5sum | 1 | ||||
-rw-r--r-- | menu-cache/Pkgfile | 19 |
3 files changed, 34 insertions, 0 deletions
diff --git a/menu-cache/.footprint b/menu-cache/.footprint new file mode 100644 index 000000000..bcb4b5bc4 --- /dev/null +++ b/menu-cache/.footprint @@ -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 diff --git a/menu-cache/.md5sum b/menu-cache/.md5sum new file mode 100644 index 000000000..969b7ae20 --- /dev/null +++ b/menu-cache/.md5sum @@ -0,0 +1 @@ +ac4a9ea77db68d3db3f9f53cc75af66a menu-cache-0.3.2.tar.gz diff --git a/menu-cache/Pkgfile b/menu-cache/Pkgfile new file mode 100644 index 000000000..dee1fac2c --- /dev/null +++ b/menu-cache/Pkgfile @@ -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 +} |