mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
openjade: force autoreconf.
This commit is contained in:
parent
a788adde7c
commit
1168318fc5
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,7 @@ configure_args="
|
|||
--enable-splibdir=/usr/lib
|
||||
--enable-spincludedir=${XBPS_CROSS_BASE}/usr/include/OpenSP
|
||||
--enable-splibdir=${XBPS_CROSS_BASE}/usr/lib"
|
||||
hostmakedepends="perl"
|
||||
hostmakedepends="automake gettext-devel libtool perl"
|
||||
makedepends="opensp-devel"
|
||||
depends="xmlcatmgr"
|
||||
sgml_entries="CATALOG /usr/share/sgml/openjade/catalog --"
|
||||
|
@ -20,6 +20,9 @@ license="MIT"
|
|||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-$version.tar.gz"
|
||||
checksum=1d2d7996cc94f9b87d0c51cf0e028070ac177c4123ecbfd7ac1cb8d0b7d322d1
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
vlicense jadedoc/copying.txt
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue