blob: 7f9999bc2c382416a2201aa9e906a63a6674152d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ompload/ompload-214.ebuild,v 1.1 2007/09/25 04:08:29 omp Exp $
DESCRIPTION="CLI script for uploading files to http://omploader.org/"
HOMEPAGE="http://omploader.org/"
SRC_URI="http://omploader.org/${P}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=">=dev-lang/ruby-1.8
net-misc/curl"
S=${WORKDIR}
src_install() {
newbin "${DISTDIR}/${P}" ${PN} || die "newbin failed"
}
|