imapfilter: update to 2.6.12.
This commit is contained in:
parent
94c743f12c
commit
b3a165b53c
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'imapfilter'
|
# Template file for 'imapfilter'
|
||||||
pkgname=imapfilter
|
pkgname=imapfilter
|
||||||
version=2.6.11
|
version=2.6.12
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="DESTIDIR=${DESTDIR} PREFIX=/usr"
|
make_build_args="DESTIDIR=${DESTDIR} PREFIX=/usr"
|
||||||
hostmakedepends="lua-devel"
|
hostmakedepends="lua-devel"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/lefcha/imapfilter"
|
homepage="https://github.com/lefcha/imapfilter"
|
||||||
distfiles="https://github.com/lefcha/imapfilter/archive/v${version}.tar.gz"
|
distfiles="https://github.com/lefcha/imapfilter/archive/v${version}.tar.gz"
|
||||||
checksum=baea9596ed251910b176a2bdcd46d78ab68f6aa4e066f70ca0d6153e32df54fb
|
checksum=764a68c737e555d7b164644a4c491fd66cffb93d6077d58f502b94e1a022a884
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
sed -i \
|
sed -i \
|
||||||
|
@ -20,6 +20,7 @@ post_configure() {
|
||||||
-e 's/$(CC)/$(CC) $(CFLAGS)/' \
|
-e 's/$(CC)/$(CC) $(CFLAGS)/' \
|
||||||
src/Makefile
|
src/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf samples/config.lua
|
vsconf samples/config.lua
|
||||||
vsconf samples/extend.lua
|
vsconf samples/extend.lua
|
||||||
|
|
Loading…
Reference in a new issue