# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jonathan Gonzalez # /space/gentoo/cvsroot/gentoo-x86/header.txt,v 1.4 2001/12/16 18:19:08 verwilst S=${WORKDIR}/${P} A=${P}.tar.gz DESCRIPTION="Jus a CD Play ;-)" SRC_URI="http://www.x-paste.de/files/${A}" HOMEPAGE="http://www.x-paste.de/projects/index.php" DEPEND="virtual/glibc" src_unpack () { unpack ${A} cd ${S} } src_compile () { make || die } src_install () { into /usr dobin cdplay }