Files
@ 58fc38ad771d
Branch filter:
Location: ohnobinki_overlay/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild - annotation
58fc38ad771d
727 B
application/vnd.gentoo.ebuild
net-ftp/vsftpd: bumped to 2.0.7-r2 parallel to gentoo's 2.0.7-r1, removed KEYWORDS - stabilized x86 for 2.0.7-r1, added metadata.xml describing logrotate useflag
3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd 3cfbc6c677fd | # 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
}
|