18 lines
546 B
Bash
18 lines
546 B
Bash
# Template file for 'libowfat'
|
|
pkgname=libowfat
|
|
version=0.33
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="MAN3DIR=/usr/share/man/man3"
|
|
short_desc="Reimplement libdjb"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://www.fefe.de/libowfat/"
|
|
distfiles="https://www.fefe.de/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=311ec8b3f4b72bb442e323fb013a98f956fa745547f2bc9456287b20d027cd7d
|
|
disable_parallel_build=yes
|
|
|
|
do_build() {
|
|
make ${makejobs} CC="$CC" OPT_REG="$CFLAGS" OPT_PLUS="$CFLAGS -O3"
|
|
}
|