libxdg-basedir: new port

This commit is contained in:
Bartlomiej Palmowski 2009-09-28 22:06:33 +02:00
parent c8a7aa84bd
commit c5947b101e
5 changed files with 27 additions and 0 deletions

11
libxdg-basedir/.footprint Normal file
View File

@ -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

1
libxdg-basedir/.md5sum Normal file
View File

@ -0,0 +1 @@
944202425e5359666f268d18671303d4 libxdg-basedir-1.0.2.tar.gz

15
libxdg-basedir/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: The XDG Base Directory Specification
# URL: http://n.ethz.ch/student/nevillm/download/libxdg-basedir
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
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
}

Binary file not shown.

Binary file not shown.