contrib/libbsd/Pkgfile

20 lines
499 B
Plaintext
Raw Normal View History

2016-06-10 11:13:40 +02:00
# Description: Provides useful functions found on BSD systems
# URL: https://libbsd.freedesktop.org/
2021-05-29 22:31:59 +02:00
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: libmd
2016-06-10 11:13:40 +02:00
name=libbsd
2022-10-14 17:40:52 +02:00
version=0.11.7
release=1
source=(https://libbsd.freedesktop.org/releases/$name-$version.tar.xz \
$name.conf)
2016-06-10 11:13:40 +02:00
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
2016-06-10 11:13:40 +02:00
}