mirror of
https://notabug.org/Sages-of-Gensokyo/gensokyo_kappa-overlay
synced 2025-01-19 03:22:36 +01:00
37 lines
680 B
Bash
37 lines
680 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=7
|
|
|
|
inherit autotools libtool
|
|
|
|
DESCRIPTION="Add lua scripting to Qt programs."
|
|
HOMEPAGE="http://www.nongnu.org/libqtlua/"
|
|
MY_AUTHOR="Alexandre Becoulet"
|
|
SRC_URI="http://download.savannah.nongnu.org/releases/libqtlua/libqtlua-${PV}.tar.gz"
|
|
|
|
KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
|
|
|
|
PATCHES="${FILESDIR}/qt_QFLAGS_5.12.patch"
|
|
S="${WORKDIR}/lib${P}"
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
DEPENDS="
|
|
dev-qt/qtwidgets
|
|
"
|
|
|
|
src_prepare(){
|
|
eautoreconf
|
|
default
|
|
}
|
|
|
|
#src_configure ()
|
|
#{
|
|
# econf --enable-shared --disable-static --with-gnu-ld --with-pic
|
|
#
|
|
#}
|