diff options
author | Matt Housh <jaeger@crux.ninja> | 2019-03-02 17:21:45 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2019-03-02 17:21:54 -0600 |
commit | e16bd3760f7b7a14fc9c47c3347a27ad1c0e20f1 (patch) | |
tree | 8130c67e662d3cb0295370f60d34eea4a2dcf7d3 /libxdg-basedir | |
parent | 80e7f117f585b9a7c9fdf3e35182dd06c2e14214 (diff) | |
download | contrib-e16bd3760f7b7a14fc9c47c3347a27ad1c0e20f1.tar.gz contrib-e16bd3760f7b7a14fc9c47c3347a27ad1c0e20f1.tar.xz |
libxdg-basedir: initial import, version 1.2.0
Diffstat (limited to 'libxdg-basedir')
-rw-r--r-- | libxdg-basedir/.footprint | 12 | ||||
-rw-r--r-- | libxdg-basedir/.md5sum | 1 | ||||
-rw-r--r-- | libxdg-basedir/.signature | 5 | ||||
-rw-r--r-- | libxdg-basedir/Pkgfile | 16 |
4 files changed, 34 insertions, 0 deletions
diff --git a/libxdg-basedir/.footprint b/libxdg-basedir/.footprint new file mode 100644 index 000000000..1ffd6c683 --- /dev/null +++ b/libxdg-basedir/.footprint @@ -0,0 +1,12 @@ +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/ +-rw-r--r-- root/root usr/lib/libxdg-basedir.a +-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 new file mode 100644 index 000000000..ba836b2af --- /dev/null +++ b/libxdg-basedir/.md5sum @@ -0,0 +1 @@ +bd3bb815c9e27fda9c721b9c0b29ddda libxdg-basedir-1.2.0.tar.gz diff --git a/libxdg-basedir/.signature b/libxdg-basedir/.signature new file mode 100644 index 000000000..6f469e9ac --- /dev/null +++ b/libxdg-basedir/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF37ug5yDEMl8YghHrW5wJtVRnakncUmKm96DPBtBkoiCfBOI+7/CAERq9mR4yjPCXEdKDCdHILp0FbKpukPvzAAQ= +SHA256 (Pkgfile) = 43539fb81217ad828009f3aa7f353fbb2a92d1049316d4635ce606e688e0bc9d +SHA256 (.footprint) = 9bebe11b48966f10b1311b9995a2ae64722ce578ae1f2689d67876030a5229d7 +SHA256 (libxdg-basedir-1.2.0.tar.gz) = 1c2b0032a539033313b5be2e48ddd0ae94c84faf21d93956d53562eef4614868 diff --git a/libxdg-basedir/Pkgfile b/libxdg-basedir/Pkgfile new file mode 100644 index 000000000..87452e3c1 --- /dev/null +++ b/libxdg-basedir/Pkgfile @@ -0,0 +1,16 @@ +# Description: An implementation of the XDG Base Directory specifications +# URL: https://github.com/devnev/libxdg-basedir +# Maintainer: Matt Housh, jaeger at crux dot ninja + +name=libxdg-basedir +version=1.2.0 +release=1 +source=(https://github.com/devnev/$name/archive/$name-$version/$name-$version.tar.gz) + +build() { + cd $name-$name-$version + NOCONFIGURE=1 ./autogen.sh + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |