From 06e0929c098cb57fe9af7b3e727b0c38083d1353 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 18 Nov 2009 10:23:16 +0100 Subject: Ajout de libxdg-basedir#1.0.2-1 --- extra/libxdg-basedir/.footprint | 11 +++++++++++ extra/libxdg-basedir/.md5sum | 1 + extra/libxdg-basedir/Pkgfile | 17 +++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 extra/libxdg-basedir/.footprint create mode 100644 extra/libxdg-basedir/.md5sum create mode 100644 extra/libxdg-basedir/Pkgfile (limited to 'extra') diff --git a/extra/libxdg-basedir/.footprint b/extra/libxdg-basedir/.footprint new file mode 100644 index 000000000..9b62ef3b0 --- /dev/null +++ b/extra/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/extra/libxdg-basedir/.md5sum b/extra/libxdg-basedir/.md5sum new file mode 100644 index 000000000..e653fe4b6 --- /dev/null +++ b/extra/libxdg-basedir/.md5sum @@ -0,0 +1 @@ +944202425e5359666f268d18671303d4 libxdg-basedir-1.0.2.tar.gz diff --git a/extra/libxdg-basedir/Pkgfile b/extra/libxdg-basedir/Pkgfile new file mode 100644 index 000000000..1c9c4a72a --- /dev/null +++ b/extra/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 +# Maintainer: Blankoworld + +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 +} + -- cgit v1.2.3-70-g09d2