# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Sebastian Korten # $Header:$ S="${WORKDIR}/${P}" DESCRIPTION="A nice ncurses/xforms based CD-Player with interesting features" SRC_URI="http://www.geocities.com/xsadp/${P}.tar.gz" HOMEPAGE="http://www.geocities.com/xsadp" LICENSE="UNKNOWN" DEPEND=">=sys-libs/ncurses-5.0 xforms? ( >=x11-libs/xforms-088 )" src_compile() { ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die #make || die } src_install () { dobin sadp doman sadp.1 insinto /etc doins rcddb.sites dodoc CHANGES if [ -e xsadp ] then dobin xsadp cp XSadp.ad XSadp insinto /usr/lib/X11/app-defaults doins XSadp doman xsadp.1 insinto /usr/X11R6/include/X11/pixmaps doins icons/*.xpm fi }