contrib/libbsd/Pkgfile

20 lines
499 B
Plaintext

# Description: Provides useful functions found on BSD systems
# URL: https://libbsd.freedesktop.org/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: libmd
name=libbsd
version=0.12.1
release=1
source=(https://libbsd.freedesktop.org/releases/$name-$version.tar.xz \
$name.conf)
build() {
cd $name-$version
./configure --prefix=/usr/opt/$name \
--mandir=/usr/share/man
make
make install DESTDIR=$PKG
install -Dm0644 $SRC/$name.conf $PKG/etc/ld.so.conf.d/$name.conf
}