summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-07 00:19:42 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-07 00:19:42 +0100
commit6d6fe47fe67d3e02ccc5f7093d4782ee24caffbc (patch)
tree2927ecb2742b811ac8615e38de26931677e933a0 /extra
parente816ef2ddc74517aeac68f95b43a793459504acd (diff)
downloadnutyx-pakxe-6d6fe47fe67d3e02ccc5f7093d4782ee24caffbc.tar.gz
nutyx-pakxe-6d6fe47fe67d3e02ccc5f7093d4782ee24caffbc.tar.bz2
nutyx-pakxe-6d6fe47fe67d3e02ccc5f7093d4782ee24caffbc.tar.xz
nutyx-pakxe-6d6fe47fe67d3e02ccc5f7093d4782ee24caffbc.zip
libxdg-basedir, déplacé dans base
Diffstat (limited to 'extra')
-rw-r--r--extra/libxdg-basedir/.footprint11
-rw-r--r--extra/libxdg-basedir/.md5sum1
-rw-r--r--extra/libxdg-basedir/Pkgfile17
3 files changed, 0 insertions, 29 deletions
diff --git a/extra/libxdg-basedir/.footprint b/extra/libxdg-basedir/.footprint
deleted file mode 100644
index 9b62ef3b0..000000000
--- a/extra/libxdg-basedir/.footprint
+++ /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/extra/libxdg-basedir/.md5sum b/extra/libxdg-basedir/.md5sum
deleted file mode 100644
index e653fe4b6..000000000
--- a/extra/libxdg-basedir/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-944202425e5359666f268d18671303d4 libxdg-basedir-1.0.2.tar.gz
diff --git a/extra/libxdg-basedir/Pkgfile b/extra/libxdg-basedir/Pkgfile
deleted file mode 100644
index 1c9c4a72a..000000000
--- a/extra/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
-}
-