gensokyo_kappa-overlay/dev-qt/qtlua/qtlua-2.1.ebuild
2019-12-02 20:32:11 +01:00

35 lines
628 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"
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
#
#}