diff options
author | 2004-04-15 23:00:45 +0000 | |
---|---|---|
committer | 2004-04-15 23:00:45 +0000 | |
commit | 7cf2fa9434874bc3bb87e7269177a8b382f7e191 (patch) | |
tree | d6cb7e2427d58430c022efc0808a7e1c16a33782 /net-misc/knock/knock-0.1.ebuild | |
parent | needs qt-3.2 according to bug #47973 (Manifest recommit) (diff) | |
download | gentoo-2-7cf2fa9434874bc3bb87e7269177a8b382f7e191.tar.gz gentoo-2-7cf2fa9434874bc3bb87e7269177a8b382f7e191.tar.bz2 gentoo-2-7cf2fa9434874bc3bb87e7269177a8b382f7e191.zip |
Initial import #3.
Diffstat (limited to 'net-misc/knock/knock-0.1.ebuild')
-rw-r--r-- | net-misc/knock/knock-0.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-misc/knock/knock-0.1.ebuild b/net-misc/knock/knock-0.1.ebuild new file mode 100644 index 000000000000..84d70564168c --- /dev/null +++ b/net-misc/knock/knock-0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/knock/knock-0.1.ebuild,v 1.4 2004/04/15 23:00:45 pyrania Exp $ + +IUSE="" + +DESCRIPTION="port-knock server" +SRC_URI="http://www.zeroflux.org/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.zeroflux.org/" + +KEYWORDS="~x86" +SLOT="0" +LICENSE="GPL-2" + +src_install() { + make DESTDIR=${D} install || die "make install failed" + dodoc COPYING README + dohtml doc/index.html + + insinto /etc/conf.d; newins ${FILESDIR}/knockd.confd knock + exeinto /etc/init.d; newexe ${FILESDIR}/knockd.initd knock +} |