20 lines
492 B
Bash
20 lines
492 B
Bash
# Template file for 'libowfat'
|
|
pkgname=libowfat
|
|
version=0.31
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
short_desc="reimplement libdjb"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="https://www.fefe.de/libowfat/"
|
|
distfiles="https://www.fefe.de/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=d1e4ac1cfccbb7dc51d77d96398e6302d229ba7538158826c84cb4254c7e8a12
|
|
|
|
pre_build() {
|
|
CFLAGS+=" -I$wrksrc"
|
|
}
|
|
|
|
pre_install() {
|
|
make_install_args="prefix=/usr MAN3DIR=/usr/share/man/man3"
|
|
}
|