diff options
Diffstat (limited to 'app-text/wklej/wklej-0.0.9.ebuild')
-rw-r--r-- | app-text/wklej/wklej-0.0.9.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-text/wklej/wklej-0.0.9.ebuild b/app-text/wklej/wklej-0.0.9.ebuild new file mode 100644 index 000000000000..4ce7dce8a743 --- /dev/null +++ b/app-text/wklej/wklej-0.0.9.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/wklej-0.0.9.ebuild,v 1.1 2007/08/19 00:45:44 jurek Exp $ + +DESCRIPTION="a wklej.org submitter" +HOMEPAGE="http://wklej.org" +SRC_URI="http://wklej.org/apps/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/perl + dev-perl/libwww-perl + dev-perl/Config-Simple" +RDEPEND="${DEPEND}" + +src_install() { + dobin ${WORKDIR}/${P}.pl + dosym ${P}.pl /usr/bin/${PN} +} |