# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A C library to handle command line arguments" SRC_URI="mirror://sourceforge/argtable/${P}.tar.gz" HOMEPAGE="http://argtable.sf.net" KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" IUSE="debug" DEPEND="virtual/libc" S=${WORKDIR}/argtable2 src_compile() { econf `use_enable debug` || die emake || die } src_install() { einstall || die }