summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-02-26 09:55:32 +0100
committersibel <lesibel@free.fr>2011-02-26 09:55:32 +0100
commitb408b0f0b9eeddaa8e6af96c97609ce6bb48a4b8 (patch)
tree02e7a99bb082bf4d929df6e17e907b04da76b5ac
parent2895ecb7f9b4708c10d3aa8d13c31a1646fcce48 (diff)
downloadnutyx-pakxe-b408b0f0b9eeddaa8e6af96c97609ce6bb48a4b8.tar.gz
nutyx-pakxe-b408b0f0b9eeddaa8e6af96c97609ce6bb48a4b8.tar.bz2
nutyx-pakxe-b408b0f0b9eeddaa8e6af96c97609ce6bb48a4b8.tar.xz
nutyx-pakxe-b408b0f0b9eeddaa8e6af96c97609ce6bb48a4b8.zip
libxdg-basedir deplace dans ouvert
-rw-r--r--base/libxdg-basedir/.footprint.i68611
-rw-r--r--base/libxdg-basedir/.footprint.x86_6411
-rw-r--r--base/libxdg-basedir/.md5sum.i6861
-rw-r--r--base/libxdg-basedir/.md5sum.x86_641
-rw-r--r--base/libxdg-basedir/Pkgfile17
5 files changed, 0 insertions, 41 deletions
diff --git a/base/libxdg-basedir/.footprint.i686 b/base/libxdg-basedir/.footprint.i686
deleted file mode 100644
index 9b62ef3b0..000000000
--- a/base/libxdg-basedir/.footprint.i686
+++ /dev/null
@@ -1,11 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/basedir.h
--rw-r--r-- root/root usr/include/basedir_fs.h
-drwxr-xr-x root/root usr/lib/
--rwxr-xr-x root/root usr/lib/libxdg-basedir.la
-lrwxrwxrwx root/root usr/lib/libxdg-basedir.so -> libxdg-basedir.so.1.0.0
-lrwxrwxrwx root/root usr/lib/libxdg-basedir.so.1 -> libxdg-basedir.so.1.0.0
--rwxr-xr-x root/root usr/lib/libxdg-basedir.so.1.0.0
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/libxdg-basedir.pc
diff --git a/base/libxdg-basedir/.footprint.x86_64 b/base/libxdg-basedir/.footprint.x86_64
deleted file mode 100644
index 9b62ef3b0..000000000
--- a/base/libxdg-basedir/.footprint.x86_64
+++ /dev/null
@@ -1,11 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/basedir.h
--rw-r--r-- root/root usr/include/basedir_fs.h
-drwxr-xr-x root/root usr/lib/
--rwxr-xr-x root/root usr/lib/libxdg-basedir.la
-lrwxrwxrwx root/root usr/lib/libxdg-basedir.so -> libxdg-basedir.so.1.0.0
-lrwxrwxrwx root/root usr/lib/libxdg-basedir.so.1 -> libxdg-basedir.so.1.0.0
--rwxr-xr-x root/root usr/lib/libxdg-basedir.so.1.0.0
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/libxdg-basedir.pc
diff --git a/base/libxdg-basedir/.md5sum.i686 b/base/libxdg-basedir/.md5sum.i686
deleted file mode 100644
index e653fe4b6..000000000
--- a/base/libxdg-basedir/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-944202425e5359666f268d18671303d4 libxdg-basedir-1.0.2.tar.gz
diff --git a/base/libxdg-basedir/.md5sum.x86_64 b/base/libxdg-basedir/.md5sum.x86_64
deleted file mode 100644
index e653fe4b6..000000000
--- a/base/libxdg-basedir/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-944202425e5359666f268d18671303d4 libxdg-basedir-1.0.2.tar.gz
diff --git a/base/libxdg-basedir/Pkgfile b/base/libxdg-basedir/Pkgfile
deleted file mode 100644
index 1c9c4a72a..000000000
--- a/base/libxdg-basedir/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: Spécifications du répertoire de base de XDG
-# URL: http://n.ethz.ch/student/nevillm/download/libxdg-basedir
-# Packager: Bartlomiej Palmowski <rotwang at crux dot org dot pl>
-# Maintainer: Blankoworld <blankoworld at wanadoo dot fr>
-
-name=libxdg-basedir
-version=1.0.2
-release=1
-source=( http://n.ethz.ch/~nevillm/download/$name/$name-$version.tar.gz )
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr --disable-static
- make
- make DESTDIR=$PKG install
-}
-