diff options
Diffstat (limited to 'extra/libxdg-basedir')
-rw-r--r-- | extra/libxdg-basedir/.footprint | 11 | ||||
-rw-r--r-- | extra/libxdg-basedir/.md5sum | 1 | ||||
-rw-r--r-- | extra/libxdg-basedir/Pkgfile | 17 |
3 files changed, 29 insertions, 0 deletions
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 <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 +} + |