summaryrefslogtreecommitdiffstats
path: root/base/libxdg-basedir
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 /base/libxdg-basedir
parente816ef2ddc74517aeac68f95b43a793459504acd (diff)
downloadnutyx-extra-6d6fe47fe67d3e02ccc5f7093d4782ee24caffbc.tar.gz
nutyx-extra-6d6fe47fe67d3e02ccc5f7093d4782ee24caffbc.tar.bz2
nutyx-extra-6d6fe47fe67d3e02ccc5f7093d4782ee24caffbc.tar.xz
nutyx-extra-6d6fe47fe67d3e02ccc5f7093d4782ee24caffbc.zip
libxdg-basedir, déplacé dans base
Diffstat (limited to 'base/libxdg-basedir')
-rw-r--r--base/libxdg-basedir/.footprint11
-rw-r--r--base/libxdg-basedir/.md5sum1
-rw-r--r--base/libxdg-basedir/Pkgfile17
3 files changed, 29 insertions, 0 deletions
diff --git a/base/libxdg-basedir/.footprint b/base/libxdg-basedir/.footprint
new file mode 100644
index 000000000..9b62ef3b0
--- /dev/null
+++ b/base/libxdg-basedir/.footprint
@@ -0,0 +1,11 @@
+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 b/base/libxdg-basedir/.md5sum
new file mode 100644
index 000000000..e653fe4b6
--- /dev/null
+++ b/base/libxdg-basedir/.md5sum
@@ -0,0 +1 @@
+944202425e5359666f268d18671303d4 libxdg-basedir-1.0.2.tar.gz
diff --git a/base/libxdg-basedir/Pkgfile b/base/libxdg-basedir/Pkgfile
new file mode 100644
index 000000000..1c9c4a72a
--- /dev/null
+++ b/base/libxdg-basedir/Pkgfile
@@ -0,0 +1,17 @@
+# 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
+}
+