# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-1.2b.ebuild,v 1.10 2004/06/25 23:56:06 vapier Exp $ DESCRIPTION="ACE unarchiver" HOMEPAGE="http://www.winace.com/" SRC_URI="http://wilma.vub.ac.be/~pdewacht/${P}.tar.gz" LICENSE="freedist" SLOT="1" KEYWORDS="x86" IUSE="" DEPEND="virtual/libc" S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} cd ${S} cp unix/makefile . cp unix/gccmaked . } src_compile() { sed -i -e "s/^CFLAGS = -O.*/CFLAGS = -Wall ${CFLAGS}/g" \ -e "s/-DCASEINSENSE//g" \ makefile emake dep || die emake || die } src_install() { dobin unace || die dodoc readme.txt changes.log }