# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/sqeed/sqeed-0.2.2.ebuild,v 1.12 2005/01/01 15:24:43 eradicator Exp $ DESCRIPTION="A simple bash script holding a database with notes." SRC_URI="http://areanaos.cjb.net/${P}.tar.gz" HOMEPAGE="http://areanaos.cjb.net/scode.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" DEPEND="app-shells/bash" src_install() { insinto /etc/ doins ${FILESDIR}/sqeed.data fperms 666 /etc/sqeed.data fperms 755 ./sqeed dobin sqeed dodoc install license }