diff options
Diffstat (limited to 'net-misc/notifyserv/notifyserv-2.0.ebuild')
-rw-r--r-- | net-misc/notifyserv/notifyserv-2.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-misc/notifyserv/notifyserv-2.0.ebuild b/net-misc/notifyserv/notifyserv-2.0.ebuild new file mode 100644 index 0000000..d833881 --- /dev/null +++ b/net-misc/notifyserv/notifyserv-2.0.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://ngls.zakx.de/notifyserv" +SRC_URI="http://ngls.zakx.de/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS NEWS +} |