outils: update to 0.4.1.
This commit is contained in:
parent
2817ba82a8
commit
8d00cb1651
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'outils'
|
||||
pkgname=outils
|
||||
version=0.4
|
||||
version=0.4.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="install install-calendars"
|
||||
|
@ -12,11 +12,7 @@ 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=197eb6dfb47e0de5bcd1a99d316378206749e45f6144ecdf5b55cc9f286caad7
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} CC="$CC" CFLAGS="$CFLAGS"
|
||||
}
|
||||
checksum=8ec18ac1864190061fe7c033131a804f08b9323bc7195b84c0893f78cf2f32b2
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1
|
||||
|
|
Loading…
Reference in a new issue