summaryrefslogtreecommitdiffstats
path: root/extra/menu-cache
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 21:02:32 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 21:02:32 +0200
commitb6736dd3a054b0f7ea8c2a899cb4a54638deaaa2 (patch)
tree67d955dc02d2038277b0c6dc1ac477dd829a2c78 /extra/menu-cache
parent0a554b0c909bbb5eb866277f214a4910245e2057 (diff)
downloadnutyx-extra-b6736dd3a054b0f7ea8c2a899cb4a54638deaaa2.tar.gz
nutyx-extra-b6736dd3a054b0f7ea8c2a899cb4a54638deaaa2.tar.bz2
nutyx-extra-b6736dd3a054b0f7ea8c2a899cb4a54638deaaa2.tar.xz
nutyx-extra-b6736dd3a054b0f7ea8c2a899cb4a54638deaaa2.zip
Ajout de menu-cache#0.2.5-1
Diffstat (limited to 'extra/menu-cache')
-rw-r--r--extra/menu-cache/.footprint15
-rw-r--r--extra/menu-cache/.md5sum1
-rw-r--r--extra/menu-cache/Pkgfile22
3 files changed, 38 insertions, 0 deletions
diff --git a/extra/menu-cache/.footprint b/extra/menu-cache/.footprint
new file mode 100644
index 000000000..173fd13e4
--- /dev/null
+++ b/extra/menu-cache/.footprint
@@ -0,0 +1,15 @@
+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/
+-rw-r--r-- root/root usr/lib/libmenu-cache.a
+-rwxr-xr-x root/root usr/lib/libmenu-cache.la
+lrwxrwxrwx root/root usr/lib/libmenu-cache.so -> libmenu-cache.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libmenu-cache.so.0 -> libmenu-cache.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libmenu-cache.so.0.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libmenu-cache.pc
+drwxr-xr-x root/root usr/libexec/
+-rwxr-xr-x root/root usr/libexec/menu-cache-gen
+-rwxr-xr-x root/root usr/libexec/menu-cached
diff --git a/extra/menu-cache/.md5sum b/extra/menu-cache/.md5sum
new file mode 100644
index 000000000..2a163a348
--- /dev/null
+++ b/extra/menu-cache/.md5sum
@@ -0,0 +1 @@
+4537aba7abb379d5a055b2da5adb51bd menu-cache-0.2.5.tar.gz
diff --git a/extra/menu-cache/Pkgfile b/extra/menu-cache/Pkgfile
new file mode 100644
index 000000000..2783617ab
--- /dev/null
+++ b/extra/menu-cache/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Cache des menus lxde
+# URL: http://lxde.org/
+# Maintainer:geanbrun
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+
+name=menu-cache
+version=0.2.5
+release=1
+
+source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz)
+
+
+build() {
+cd $name-$version
+./configure --prefix=/usr
+
+make
+make DESTDIR=$PKG install
+}
+