mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
nmh: update to 1.7.
This commit is contained in:
parent
c72e969742
commit
aca1aca294
1 changed files with 11 additions and 8 deletions
|
@ -1,23 +1,26 @@
|
||||||
# Template file for 'nmh'
|
# Template file for 'nmh'
|
||||||
pkgname=nmh
|
pkgname=nmh
|
||||||
version=1.6
|
version=1.7
|
||||||
revision=16
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/nmh --libdir=/usr/libexec/nmh --with-cyrus-sasl --with-tls"
|
configure_args="--with-cyrus-sasl --with-tls"
|
||||||
makedepends="ncurses-devel db-devel libsasl-devel libressl-devel"
|
makedepends="db-devel libcurl-devel libressl-devel libsasl-devel ncurses-devel"
|
||||||
|
checkdepends="groff lynx ncurses tzdata"
|
||||||
conf_files="/etc/nmh/*"
|
conf_files="/etc/nmh/*"
|
||||||
short_desc="Message Handling System (New RAND Mail Handler)"
|
short_desc="Message Handling System (New RAND Mail Handler)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://www.nongnu.org/nmh/"
|
homepage="http://www.nongnu.org/nmh/"
|
||||||
distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-1.6.tar.gz"
|
distfiles="http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=29338ae2bc8722fe8a5904b7b601a63943b72b07b6fcda53f3a354edb6a64bc3
|
checksum=cd05c7ca2cae524ae99f6ba673463a5cdeff62df93e85913aa9277ae8304ce44
|
||||||
conflicts="pick>=0"
|
conflicts="pick>=0"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" LDFLAGS="$BUILD_LDFLAGS" sbr/ctype-checked.h
|
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" LDFLAGS="$BUILD_LDFLAGS" sbr/ctype-checked.h
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYRIGHT LICENSE
|
vlicense COPYRIGHT LICENSE
|
||||||
}
|
}
|
||||||
|
do_check() {
|
||||||
|
make ${makejobs} check
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue