mairix: update to 0.24.
New upstream.
This commit is contained in:
parent
62454f004d
commit
337c82a6e2
1 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'mairix'
|
||||
pkgname=mairix
|
||||
version=0.23
|
||||
revision=4
|
||||
version=0.24
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --mandir=/usr/share/man"
|
||||
hostmakedepends="flex bison"
|
||||
makedepends="bzip2-devel zlib-devel"
|
||||
makedepends="bzip2-devel libressl-devel zlib-devel"
|
||||
short_desc="A program for indexing and searching emails"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.rpcurnow.force9.co.uk/mairix/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=804e235b183c3350071a28cdda8eb465bcf447092a8206f40486191875bdf2fb
|
||||
homepage="https://github.com/vandry/mairix"
|
||||
distfiles="https://github.com/vandry/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=a0702e079c768b6fbe25687ebcbabe7965eb493d269a105998c7c1c2caef4a57
|
||||
|
||||
pre_build() {
|
||||
make -C dfasyn CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS"
|
||||
|
|
Loading…
Reference in a new issue