mng: use pre_configure() in template file.
--HG-- extra : convert_revision : 1a4477ec9af51431ccf7a6af1a2c6d6864f545a2
This commit is contained in:
parent
5a249b6c4f
commit
b45aae4025
2 changed files with 11 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
#
|
|
||||||
# Automake'ify MNG.
|
|
||||||
#
|
|
||||||
|
|
||||||
cd $wrksrc && \
|
|
||||||
$ln_cmd -sf makefiles/configure.in . && \
|
|
||||||
$ln_cmd -sf makefiles/Makefile.am .
|
|
||||||
|
|
||||||
. $XBPS_TMPLHELPDIR/automake.sh
|
|
|
@ -14,3 +14,14 @@ long_desc="
|
||||||
uses the zlib(3) compression library, and optionally the JPEG library by the
|
uses the zlib(3) compression library, and optionally the JPEG library by the
|
||||||
Independent JPEG Group (IJG) and/or lcms (little CMS), a color-management
|
Independent JPEG Group (IJG) and/or lcms (little CMS), a color-management
|
||||||
library by Marti Maria Saguar."
|
library by Marti Maria Saguar."
|
||||||
|
|
||||||
|
pre_configure()
|
||||||
|
{
|
||||||
|
# Automake'ify MNG.
|
||||||
|
|
||||||
|
cd $wrksrc && \
|
||||||
|
$ln_cmd -sf makefiles/configure.in . && \
|
||||||
|
$ln_cmd -sf makefiles/Makefile.am .
|
||||||
|
|
||||||
|
. $XBPS_TMPLHELPDIR/automake.sh
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue