# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="An interface to the at UNIX command" HOMEPAGE="http://www.arquired.es/users/aldelgado/proy/gato/" SRC_URI="http://www.arquired.es/users/aldelgado/proy/gato/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="virtual/glibc" src_compile() { make PREFIX=${D}/usr DESTDIR=${D}|| die } src_install() { insto /usr dobin src/gato dodir /usr/share/gato insinto /usr/share/gato ; doins xtra/xpm/*.xpm dodoc AUTHOR CHANGELOG INSTALL LICENSE README TODO }