cfa18b4416
Also known as "xtraeme's build package system". --HG-- extra : convert_revision : 119840ceae588fef65d6dcab651f607f54fa0be6
10 lines
154 B
Bash
10 lines
154 B
Bash
#
|
|
# Automake'ify MNG.
|
|
#
|
|
|
|
cd $wrksrc && \
|
|
$ln_cmd -sf makefiles/configure.in . && \
|
|
$ln_cmd -sf makefiles/Makefile.am .
|
|
|
|
. $XBPS_TMPLHELPDIR/automake.sh
|