# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-lang/nbfc/nbfc-0.1.1.ebuild,v 1.0 2003/06/22 13:12:00 speuler Exp $ S=${WORKDIR}/${P} DESCRIPTION="nbfc compiles brainfuck source to executable program" HOMEPAGE="http://freshmeat.net/projects/nbfc" SRC_URI="http://www.forthfreak.net/misc/${P}.tar.bz2" LICENSE="GPL" SLOT="0" DEPEND="virtual/glibc" strip-flags export CFLAGS="${CFLAGS//-O?} -O" src_compile() { cd ${WORKDIR} emake || die } src_install () { dobin ${WORKDIR}/nbfc doman ${WORKDIR}/nbfc.1 }