From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- menu-cache/.footprint.i686 | 15 +++++++++++++++ menu-cache/.footprint.x86_64 | 15 +++++++++++++++ menu-cache/.md5sum.i686 | 1 + menu-cache/.md5sum.x86_64 | 1 + menu-cache/Pkgfile | 24 ++++++++++++++++++++++++ 5 files changed, 56 insertions(+) create mode 100644 menu-cache/.footprint.i686 create mode 100644 menu-cache/.footprint.x86_64 create mode 100644 menu-cache/.md5sum.i686 create mode 100644 menu-cache/.md5sum.x86_64 create mode 100644 menu-cache/Pkgfile (limited to 'menu-cache') 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 +} + + -- cgit v1.2.3-54-g00ecf