From b0e04b42f6655d2f9e38c3d41dca61058ef30dfd Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 12 Nov 2015 17:22:57 +0100 Subject: [PATCH] outils: update to 0.3. --- srcpkgs/outils/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/outils/template b/srcpkgs/outils/template index 79c30dab8a9..ecc43032d29 100644 --- a/srcpkgs/outils/template +++ b/srcpkgs/outils/template @@ -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 " 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 }