13 lines
311 B
Bash
13 lines
311 B
Bash
|
# Copyright 2010 Daniel Mierswa <impulze@impulze.org>
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
require oopango
|
||
|
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.11 ] ]
|
||
|
|
||
|
DEFAULT_SRC_PREPARE_PATCHES+=(
|
||
|
"${FILES}/oopango-1.0-lua_fix.patch"
|
||
|
)
|
||
|
|
||
|
PLATFORMS="~amd64"
|
||
|
|