summaryrefslogtreecommitdiffstats
path: root/menu-cache
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /menu-cache
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'menu-cache')
-rw-r--r--menu-cache/.footprint.i68615
-rw-r--r--menu-cache/.footprint.x86_6415
-rw-r--r--menu-cache/.md5sum.i6861
-rw-r--r--menu-cache/.md5sum.x86_641
-rw-r--r--menu-cache/Pkgfile24
5 files changed, 56 insertions, 0 deletions
diff --git a/menu-cache/.footprint.i686 b/menu-cache/.footprint.i686
new file mode 100644
index 000000000..64d305c63
--- /dev/null
+++ b/menu-cache/.footprint.i686
@@ -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.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/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/menu-cache/.footprint.x86_64 b/menu-cache/.footprint.x86_64
new file mode 100644
index 000000000..64d305c63
--- /dev/null
+++ b/menu-cache/.footprint.x86_64
@@ -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.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/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/menu-cache/.md5sum.i686 b/menu-cache/.md5sum.i686
new file mode 100644
index 000000000..969b7ae20
--- /dev/null
+++ b/menu-cache/.md5sum.i686
@@ -0,0 +1 @@
+ac4a9ea77db68d3db3f9f53cc75af66a menu-cache-0.3.2.tar.gz
diff --git a/menu-cache/.md5sum.x86_64 b/menu-cache/.md5sum.x86_64
new file mode 100644
index 000000000..969b7ae20
--- /dev/null
+++ b/menu-cache/.md5sum.x86_64
@@ -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..953a71001
--- /dev/null
+++ b/menu-cache/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Cache des menus lxde
+# URL: http://lxde.org/
+# Maintainer:geanbrun
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+# Run on: gtk
+
+name=menu-cache
+version=0.3.2
+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
+}
+
+