diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-12-01 15:52:23 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-12-01 15:52:23 +0000 |
commit | 2b0d279b1a2d260269b1faf6d770d5063f6e658f (patch) | |
tree | 4c0a8f1eaf307693e069c3a62c9c45e769286bbe /dev-db | |
parent | Initial release. (diff) | |
download | gentoo-2-2b0d279b1a2d260269b1faf6d770d5063f6e658f.tar.gz gentoo-2-2b0d279b1a2d260269b1faf6d770d5063f6e658f.tar.bz2 gentoo-2-2b0d279b1a2d260269b1faf6d770d5063f6e658f.zip |
Initial release.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/libiodbc/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/libiodbc/Manifest | 3 | ||||
-rw-r--r-- | dev-db/libiodbc/files/digest-libiodbc-3.51.1 | 1 | ||||
-rw-r--r-- | dev-db/libiodbc/libiodbc-3.51.1.ebuild | 20 |
4 files changed, 32 insertions, 1 deletions
diff --git a/dev-db/libiodbc/ChangeLog b/dev-db/libiodbc/ChangeLog new file mode 100644 index 000000000000..77f3d6a4eb07 --- /dev/null +++ b/dev-db/libiodbc/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-db/libiodbc +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.1 2003/12/01 15:52:15 tantive Exp $ + +*libiodbc-3.51.1 (01 Dec 2003) + + 01 Dec 2003; Michael Imhof <tantive@gentoo.org> libiodbc-3.51.1.ebuild: + Initial release. + diff --git a/dev-db/libiodbc/Manifest b/dev-db/libiodbc/Manifest index f86363e70229..19a11299dd7d 100644 --- a/dev-db/libiodbc/Manifest +++ b/dev-db/libiodbc/Manifest @@ -1,2 +1,3 @@ -MD5 1fd6e6142847d82f924eae8279a8b05c libiodbc-3.51.1.ebuild 734 +MD5 105426fee138d5e8fcc326c7daaf9d2b libiodbc-3.51.1.ebuild 844 +MD5 8237cf87775ebd3ebc43b38d2bf60fe2 ChangeLog 339 MD5 bf083fadf4e1d7d36a3d0711631089b4 files/digest-libiodbc-3.51.1 67 diff --git a/dev-db/libiodbc/files/digest-libiodbc-3.51.1 b/dev-db/libiodbc/files/digest-libiodbc-3.51.1 new file mode 100644 index 000000000000..6f0390ca8fe2 --- /dev/null +++ b/dev-db/libiodbc/files/digest-libiodbc-3.51.1 @@ -0,0 +1 @@ +MD5 c63b6f3d7bc459bdf791517c84402160 libiodbc-3.51.1.tar.gz 540563 diff --git a/dev-db/libiodbc/libiodbc-3.51.1.ebuild b/dev-db/libiodbc/libiodbc-3.51.1.ebuild new file mode 100644 index 000000000000..2018a44102e9 --- /dev/null +++ b/dev-db/libiodbc/libiodbc-3.51.1.ebuild @@ -0,0 +1,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" +} |