2009-05-24 04:00:39 +02:00
|
|
|
# Copyright 2008, 2009 Daniel Mierswa <impulze@impulze.org>
|
2009-02-13 02:32:13 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2008-12-05 18:14:07 +01:00
|
|
|
|
2009-05-26 18:43:10 +02:00
|
|
|
require nasm autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
2008-12-05 18:14:07 +01:00
|
|
|
|
|
|
|
DEFAULT_SRC_PREPARE_PATCHES+=(
|
|
|
|
"${FILES}/${PN}-2.05.01-automagic-deps.patch"
|
|
|
|
)
|
|
|
|
|
|
|
|
DEFAULT_SRC_CONFIGURE_PARAMS+=(
|
|
|
|
--without-acrodist
|
|
|
|
--without-ps2pdf
|
|
|
|
--without-pstopdf
|
|
|
|
)
|
|
|
|
|
|
|
|
SLOT="0"
|
2009-06-12 05:21:43 +02:00
|
|
|
PLATFORMS="~amd64 ~x86"
|