Files
@ 5aec9d013452
Branch filter:
Location: ohnobinki_overlay/dev-tcltk/mysqltcl/mysqltcl-3.02.ebuild - annotation
5aec9d013452
727 B
application/vnd.gentoo.ebuild
media-plugins/live: Match live ebuild up more closely with the gentoo-x86-cvs version. Drop live-2009.06.02. Fix building live without live being previously installed (was trying to link against previously-installed live libraries).
(Portage version: 2.2.0_alpha27-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
(Portage version: 2.2.0_alpha27-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
98510d57f249 98510d57f249 98510d57f249 98510d57f249 316b177ea8ed 316b177ea8ed 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 98510d57f249 316b177ea8ed 316b177ea8ed 316b177ea8ed 316b177ea8ed 316b177ea8ed | # Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.02.ebuild,v 1.3 2008/04/10 18:31:56 fmccor Exp $
inherit multilib
DESCRIPTION="TCL MySQL Interface"
HOMEPAGE="http://www.xdobry.de/mysqltcl/"
SRC_URI="http://www.xdobry.de/mysqltcl/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=">=dev-lang/tcl-8.1.0
>=virtual/mysql-4.1"
src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS COPYING README README-msqltcl ChangeLog
dohtml doc/mysqltcl.html
prepalldocs
}
src_compile() {
econf --with-mysql-lib=/usr/$(get_libdir)/mysql || die
emake || die
}
|