New package: libowfat-0.30
This commit is contained in:
parent
2c947d6951
commit
89804093b5
1 changed files with 19 additions and 0 deletions
19
srcpkgs/libowfat/template
Normal file
19
srcpkgs/libowfat/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'libowfat'
|
||||
pkgname=libowfat
|
||||
version=0.30
|
||||
revision=1
|
||||
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=db4a3a853cfbb9e83b27f565b580f6fdc519475b162edc1a656043e1c126e993
|
||||
|
||||
pre_build() {
|
||||
CFLAGS+=" -I$wrksrc"
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
make_install_args="prefix=$DESTDIR/usr MAN3DIR=$DESTDIR/usr/share/man/man3"
|
||||
}
|
Loading…
Reference in a new issue