# unfinished # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Interbase access" ECVS_SERVER="cvs.freepascal.org:/FPC/CVS" ECVS_MODULE="fpc" ECVS_USER="cvs" ECVS_PASS="cvs" FPC_MODULE="packages/base/ibase" inherit fpc cvs src_unpack() { fpc_src_unpack || die } src_compile() { fpc_src_compile || die } src_install() { fpc_src_install || die }