19 lines
434 B
Bash
19 lines
434 B
Bash
# Copyright 2008,2009 Daniel Mierswa <impulze@impulze.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require "${PN}"
|
|
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
|
|
|
DEFAULT_SRC_PREPARE_PATCHES+=(
|
|
"${FILES}/${PN}-2.05.01-automagic-deps.patch"
|
|
)
|
|
|
|
DEFAULT_SRC_CONFIGURE_PARAMS+=(
|
|
--without-acrodist
|
|
--without-ps2pdf
|
|
--without-pstopdf
|
|
)
|
|
|
|
SLOT="0"
|
|
PLATFORMS="~amd64"
|