summaryrefslogtreecommitdiff
path: root/libxdg-basedir
diff options
context:
space:
mode:
authorBartlomiej Palmowski <rotwang@crux.org.pl>2013-05-05 09:54:34 +0200
committerBartlomiej Palmowski <rotwang@crux.org.pl>2013-05-05 09:54:34 +0200
commit925c089930fa13fd2e8b0410c1b8a980a1bb6bbf (patch)
tree5d6f6ed045dbb382bbbcfe124972ded37940c883 /libxdg-basedir
parentdbb38063d59990e00dc1e523c552870086e59a69 (diff)
downloadcontrib-925c089930fa13fd2e8b0410c1b8a980a1bb6bbf.tar.gz
contrib-925c089930fa13fd2e8b0410c1b8a980a1bb6bbf.tar.xz
libxdg-basedir: dropped
Diffstat (limited to 'libxdg-basedir')
-rw-r--r--libxdg-basedir/.footprint11
-rw-r--r--libxdg-basedir/.md5sum1
-rw-r--r--libxdg-basedir/Pkgfile15
3 files changed, 0 insertions, 27 deletions
diff --git a/libxdg-basedir/.footprint b/libxdg-basedir/.footprint
deleted file mode 100644
index 29ae13f8b..000000000
--- a/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.2.0
-lrwxrwxrwx root/root usr/lib/libxdg-basedir.so.1 -> libxdg-basedir.so.1.2.0
--rwxr-xr-x root/root usr/lib/libxdg-basedir.so.1.2.0
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/libxdg-basedir.pc
diff --git a/libxdg-basedir/.md5sum b/libxdg-basedir/.md5sum
deleted file mode 100644
index 1969574a7..000000000
--- a/libxdg-basedir/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-45d00f8c54020055203b99274883f129 libxdg-basedir-1.2.0.tar.gz
diff --git a/libxdg-basedir/Pkgfile b/libxdg-basedir/Pkgfile
deleted file mode 100644
index 9ef4354d4..000000000
--- a/libxdg-basedir/Pkgfile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Description: The XDG Base Directory Specification (implementation)
-# URL: http://repo.or.cz/w/libxdg-basedir.git
-# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
-
-name=libxdg-basedir
-version=1.2.0
-release=1
-source=(http://repo.or.cz/w/$name.git/snapshot/refs/tags/$name-$version.tar.gz)
-
-build() {
- cd $name
- ./autogen.sh --prefix=/usr --disable-static
- make
- make DESTDIR=$PKG install
-}

Generated by cgit