mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
outils: update to 0.3.
This commit is contained in:
parent
b77f840468
commit
b0e04b42f6
1 changed files with 3 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'outils'
|
# Template file for 'outils'
|
||||||
pkgname=outils
|
pkgname=outils
|
||||||
version=0.2
|
version=0.3
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="install install-calendars"
|
make_install_args="install install-calendars"
|
||||||
makedepends="libressl-devel"
|
makedepends="libressl-devel"
|
||||||
|
@ -12,17 +12,12 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="ISC, BSD"
|
license="ISC, BSD"
|
||||||
homepage="https://github.com/chneukirchen/outils"
|
homepage="https://github.com/chneukirchen/outils"
|
||||||
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=e37626abd95ada936250938f4142161f70dae8247257db946708d6a87e785ddc
|
checksum=de4c947f8b71513c01a07e7f8e0958a891d3484cea0485d29ec531fa75042d64
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} CC="$CC" CFLAGS="$CFLAGS"
|
make ${makejobs} CC="$CC" CFLAGS="$CFLAGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_install() {
|
|
||||||
vmkdir usr/share/man/man1
|
|
||||||
vmkdir usr/share/man/man8
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1
|
rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue