#Copyright 2002 Gentoo Technologies, Inc. #Distributed under the terms of the GNU General Public License, v2 or later #Author John Stalker A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Stickers Book for small children" SRC_URI="http://users.powernet.co.uk/kienzle/stickers/${P}.tar.gz" HOMEPAGE="http://users.powernet.co.uk/kienzle/stickers/" DEPEND="virtual/x11 media-libs/imlib x11-libs/gtk+" src_compile() { ./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man assert "./configure failed" emake || die } src_install () { make prefix=${D}/usr infodir=${D}/usr/share/info \ mandir=${D}/usr/share/man install || die }