outils: update to 0.3.
This commit is contained in:
parent
b77f840468
commit
b0e04b42f6
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'outils'
|
||||
pkgname=outils
|
||||
version=0.2
|
||||
revision=5
|
||||
version=0.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="install install-calendars"
|
||||
makedepends="libressl-devel"
|
||||
|
@ -12,17 +12,12 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="ISC, BSD"
|
||||
homepage="https://github.com/chneukirchen/outils"
|
||||
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=e37626abd95ada936250938f4142161f70dae8247257db946708d6a87e785ddc
|
||||
checksum=de4c947f8b71513c01a07e7f8e0958a891d3484cea0485d29ec531fa75042d64
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} CC="$CC" CFLAGS="$CFLAGS"
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
vmkdir usr/share/man/man1
|
||||
vmkdir usr/share/man/man8
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue