You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-doc/ebookmerge/ebookmerge-0.9.3.ebuild

34 lines
774 B

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/ebookmerge/ebookmerge-0.9.3.ebuild,v 1.8 2007/01/23 16:01:51 genone Exp $
DESCRIPTION="Script to manage eBooks in Gentoo"
HOMEPAGE="http://www.josealberto.org/blog/2005/11/28/ebookmerge/"
SRC_URI="mirror://gentoo/${P}.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 arm ia64 ~ppc ~ppc64 s390 sh ~x86"
IUSE=""
DEPEND="app-shells/bash"
RDEPEND="${DEPEND}"
S=${WORKDIR}
src_install() {
newbin ${P} ebookmerge.sh || die
}
pkg_postinst() {
elog
elog "Need help? Just run:"
elog "ebookmerge.sh -h"
elog
elog "You first must run:"
elog "ebookmerge.sh -r"
elog
elog "Use -m for an alternative mirror."
elog
}