# Distributed under the terms of the GNU General Public License, v2 or later # Author: Andreas Kotowicz S=${WORKDIR}/Newt-1.08 CATEGORY="dev-libs" DESCRIPTION="newt" SRC_URI="ftp://ftp.msg.com.mx/pub/Newt/Newt-1.08.tar.gz" DEPEND=">=sys-libs/slang-1.4 >=dev-libs/popt-1.6 >=dev-lang/tcl-8.3" src_compile() { perl Makefile.PL || die "perl Makefile.PL failed" emake || die "emake failed" } src_install () { insinto /usr/include doins ${S}/newtlib/newt.h insinto /usr/lib doins ${S}/newtlib/libnewt.a }