summaryrefslogtreecommitdiffstats
path: root/extra/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 /extra/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 'extra/menu-cache')
-rw-r--r--extra/menu-cache/.footprint.i68615
-rw-r--r--extra/menu-cache/.footprint.x86_6415
-rw-r--r--extra/menu-cache/.md5sum.i6861
-rw-r--r--extra/menu-cache/.md5sum.x86_641
-rw-r--r--extra/menu-cache/Pkgfile24
5 files changed, 0 insertions, 56 deletions
diff --git a/extra/menu-cache/.footprint.i686 b/extra/menu-cache/.footprint.i686
deleted file mode 100644
index 64d305c63..000000000
--- a/extra/menu-cache/.footprint.i686
+++ /dev/null
@@ -1,15 +0,0 @@
-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/extra/menu-cache/.footprint.x86_64 b/extra/menu-cache/.footprint.x86_64
deleted file mode 100644
index 64d305c63..000000000
--- a/extra/menu-cache/.footprint.x86_64
+++ /dev/null
@@ -1,15 +0,0 @@
-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/extra/menu-cache/.md5sum.i686 b/extra/menu-cache/.md5sum.i686
deleted file mode 100644
index 969b7ae20..000000000
--- a/extra/menu-cache/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-ac4a9ea77db68d3db3f9f53cc75af66a menu-cache-0.3.2.tar.gz
diff --git a/extra/menu-cache/.md5sum.x86_64 b/extra/menu-cache/.md5sum.x86_64
deleted file mode 100644
index 969b7ae20..000000000
--- a/extra/menu-cache/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-ac4a9ea77db68d3db3f9f53cc75af66a menu-cache-0.3.2.tar.gz
diff --git a/extra/menu-cache/Pkgfile b/extra/menu-cache/Pkgfile
deleted file mode 100644
index 953a71001..000000000
--- a/extra/menu-cache/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-}
-
-