# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.7 2004/03/12 11:11:07 mr_bones_ Exp $ S="${WORKDIR}/${PN}" DESCRIPTION="ACE unarchiver" SRC_URI="http://wilma.vub.ac.be/~pdewacht/${P}.tar.gz" HOMEPAGE="http://www.winace.com/" SLOT="1" KEYWORDS="x86 -sparc -ppc" LICENSE="freedist" DEPEND="virtual/glibc" 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 emake } src_install() { dobin unace dodoc readme.txt changes.log }