mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
parent
96a0420909
commit
dd79de13cc
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'mu'
|
# Template file for 'mu'
|
||||||
pkgname=mu
|
pkgname=mu
|
||||||
version=1.3.1
|
reverts="1.3.1_1"
|
||||||
revision=1
|
version=1.2
|
||||||
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config emacs texinfo"
|
hostmakedepends="automake libtool pkg-config emacs texinfo"
|
||||||
makedepends="xapian-core-devel gmime3-devel libuuid-devel"
|
makedepends="xapian-core-devel gmime3-devel libuuid-devel"
|
||||||
|
@ -10,10 +11,10 @@ maintainer="Benjamin Slade <slade@jnanam.net>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.djcbsoftware.nl/code/mu/"
|
homepage="http://www.djcbsoftware.nl/code/mu/"
|
||||||
distfiles="https://github.com/djcb/mu/archive/${version}.tar.gz"
|
distfiles="https://github.com/djcb/mu/archive/${version}.tar.gz"
|
||||||
checksum=7cd08df329321c8f85c1cd894508c616d0f5f066c0352417abd5c3756310455c
|
checksum=75ac379ddbaa35ab54035b057bf729537afbef09c71505c2f7209826265e049a
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
vsed -i 's,-I${prefix}/include,,' contrib/Makefile.am
|
sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue