contrib/libbsd/Pkgfile
Matt Housh 3188225a11 [notify] libbsd: moved to nonstandard path in hopes of avoiding eager linking
See the README for info and please feel free to report any issues discovered.
2022-10-03 12:32:37 -05:00

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.11.6
release=2
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
}