2019-03-02 17:21:45 -06:00
|
|
|
# Description: An implementation of the XDG Base Directory specifications
|
2021-06-16 20:05:26 -05:00
|
|
|
# URL: https://github.com/devnev/libxdg-basedir
|
2019-03-02 17:21:45 -06:00
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
|
|
|
|
|
|
|
name=libxdg-basedir
|
2021-06-16 20:05:26 -05:00
|
|
|
version=1.2.3
|
2019-03-02 17:21:45 -06:00
|
|
|
release=1
|
2021-06-16 20:05:26 -05:00
|
|
|
source=(https://github.com/devnev/$name/archive/$name-$version/$name-$version.tar.gz)
|
2019-03-02 17:21:45 -06:00
|
|
|
|
|
|
|
build() {
|
2021-06-16 20:05:26 -05:00
|
|
|
cd $name-$name-$version
|
2019-03-02 17:21:45 -06:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|