void-packages/srcpkgs/libowfat/template

17 lines
517 B
Bash
Raw Normal View History

2016-05-08 05:36:08 +00:00
# Template file for 'libowfat'
pkgname=libowfat
2016-10-05 05:14:48 +00:00
version=0.31
2016-10-08 19:32:58 +00:00
revision=3
2016-05-08 05:36:08 +00:00
build_style=gnu-makefile
2016-10-08 19:32:58 +00:00
make_install_args="prefix=/usr MAN3DIR=/usr/share/man/man3"
short_desc="Reimplement libdjb"
2016-05-08 05:36:08 +00:00
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"
2016-10-05 05:14:48 +00:00
checksum=d1e4ac1cfccbb7dc51d77d96398e6302d229ba7538158826c84cb4254c7e8a12
2016-05-08 05:36:08 +00:00
2016-10-08 19:32:58 +00:00
do_build() {
make ${makejobs} CC="$CC" OPT_REG="$CFLAGS" OPT_PLUS="$CFLAGS -O3"
2016-05-08 05:36:08 +00:00
}