summaryrefslogtreecommitdiff
blob: 6a574767b5ab0aa3a954b97f983baf6507f77d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.5.ebuild,v 1.5 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 ~x86-fbsd"
IUSE=""

DEPEND="dev-lang/perl
		dev-perl/libwww-perl"
RDEPEND="${DEPEND}"

src_install() {
	dobin ${WORKDIR}/${P}.pl
	dosym ${P}.pl /usr/bin/${PN}
}