diff options
Diffstat (limited to 'net-misc/notifyserv/notifyserv-1.1.ebuild')
-rw-r--r-- | net-misc/notifyserv/notifyserv-1.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-misc/notifyserv/notifyserv-1.1.ebuild b/net-misc/notifyserv/notifyserv-1.1.ebuild new file mode 100644 index 0000000..1fc67bc --- /dev/null +++ b/net-misc/notifyserv/notifyserv-1.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="IRC Notification System" +HOMEPAGE="http://angelos.unkreativ.org" +SRC_URI="http://angelos.unkreativ.org/tickets-${PV}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README TODO +} |