View | Details | Raw Unified
Collapse All | Expand All

(-) libgeda-20040111.ebuild (-3 / +7 lines)
 Lines 6-12    Link Here 
DESCRIPTION="libgeda - this library provides functions needed for a working gEDA/gaf system"
DESCRIPTION="libgeda - this library provides functions needed for a working gEDA/gaf system"
SRC_URI="http://www.geda.seul.org/devel/${PV}/libgeda-${PV}.tar.gz"
SRC_URI="http://www.geda.seul.org/devel/${PV}/libgeda-${PV}.tar.gz"
IUSE=""
IUSE="png static"
LICENSE="GPL-2"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
KEYWORDS="~x86 ~ppc"
SLOT="0"
SLOT="0"
 Lines 15-26    Link Here 
	>=x11-libs/gtk+-2.2
	>=x11-libs/gtk+-2.2
	virtual/x11
	virtual/x11
	>=dev-util/guile-1.4.1
	>=dev-util/pkgconfig-0.15.0
	>=dev-util/pkgconfig-0.15.0
	>=app-sci/libgdgeda-2.0.15"
	png? ( >=app-sci/libgdgeda-2.0.15 )"
src_compile () {
src_compile () {
	econf || die
	myconf=""
	use png || myconf="${myconf} --disable-gdgeda"
	use static && myconf="${myconf} --enable-static --disable-shared"
	econf ${myconf} || die
	emake || die
	emake || die
}
}