summaryrefslogtreecommitdiff
blob: 2018a44102e960b2962ec9a241c24b735b09c2c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.51.1.ebuild,v 1.1 2003/12/01 15:52:15 tantive Exp $
S=${WORKDIR}/${P}
DESCRIPTION="iODBC is the acronym for Independent Open DataBase Connectivity, an Open Source platform independent implementation of both the ODBC and X/Open specifications. It is rapidly emerging as the industry standard for developing solutions that are language, platform and database independent."
SRC_URI="http://www.iodbc.org/dist/libiodbc-${PV}.tar.gz"
HOMEPAGE="http://www.ioodbc.com"
LICENSE="LGPL-2 BSD"
DEPEND=""
KEYWORDS="~x86"
SLOT=0

src_compile() {
	./configure --prefix=${D}/usr/local --with-iodbc-inidir=/etc
	make
}

src_install () {
	make install || die "make install failed"
}