libowfat: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
000a607312
commit
8a5c74b83a
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libowfat'
|
||||
pkgname=libowfat
|
||||
version=0.32
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_install_args="prefix=/usr MAN3DIR=/usr/share/man/man3"
|
||||
make_install_args="MAN3DIR=/usr/share/man/man3"
|
||||
short_desc="Reimplement libdjb"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://www.fefe.de/libowfat/"
|
||||
distfiles="https://www.fefe.de/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=f4b9b3d9922dc25bc93adedf9e9ff8ddbebaf623f14c8e7a5f2301bfef7998c1
|
||||
|
|
Loading…
Reference in New Issue