]> Pileus Git - ~andy/sunrise/blob - net-p2p/buildtorrent/buildtorrent-0.7.ebuild
app-dicts/words-bin: Adding ~amd64 keyword
[~andy/sunrise] / net-p2p / buildtorrent / buildtorrent-0.7.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 MY_P="${P}-1"
6
7 DESCRIPTION="Create BitTorrent files easily"
8 HOMEPAGE="http://claudiusmaximus.goto10.org/index.php?page=coding/buildtorrent"
9 SRC_URI="http://claudiusmaximus.goto10.org/files/coding/${PN}/${MY_P}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 S="${WORKDIR}/${MY_P}"
17
18 src_install() {
19         emake DESTDIR="${D}" install || die "emake install failed."
20 }