# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P=${PN}_${PV/./_} S=${WORKDIR}/${MY_P} DESCRIPTION="sff to bmp converter" HOMEPAGE="http://sfftools.sourceforge.net/" SRC_URI="mirror://sourceforge/sfftools/${MY_P}.tgz" SLOT="0" IUSE="" LICENSE="as-is" KEYWORDS="~x86" DEPEND="" RDEPEND="" src_unpack() { unpack ${A} ; cd ${S} sed -i -e "s:^OPTFLAGS.*:OPTFLAGS = ${CXXFLAGS}:" Makefile } src_compile() { make } src_install() { exeinto /usr/bin doexe exe/sfftobmp dodoc doc/{changes,copying,credits,notes,readme} }