contrib/libxdg-basedir/Pkgfile

17 lines
425 B
Plaintext

# Description: An implementation of the XDG Base Directory specifications
# URL: https://github.com/davmac314/libxdg-basedir
# Maintainer: Matt Housh, jaeger at crux dot ninja
name=libxdg-basedir
version=1.2.2
release=1
source=(https://github.com/davmac314/$name/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}