summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/verlihub/verlihub-0.9.8e-r3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/verlihub/verlihub-0.9.8e-r3.ebuild b/net-p2p/verlihub/verlihub-0.9.8e-r3.ebuild
index 8d65cbd..e460bac 100644
--- a/net-p2p/verlihub/verlihub-0.9.8e-r3.ebuild
+++ b/net-p2p/verlihub/verlihub-0.9.8e-r3.ebuild
@@ -2,9 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+inherit eutils
+
DESCRIPTION="Verlihub, a linux hub for the p2p program 'direct connect'"
HOMEPAGE="http://www.verlihub-project.org"
-SRC_URI="http://www.verlihub-project.org/download/${P}-r2.tar.gz"
+SRC_URI="http://www.verlihub-project.org/download/${P}-r2.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86-fbsd x86"
@@ -29,7 +31,7 @@ PDEPEND=" lua? ( net-libs/lua )
S="${WORKDIR}/${P}-r2"
src_unpack() {
- unpack "${P}-r2.tar.gz"
+ unpack "${P}-r2.tar.bz2"
cd "${S}"
epatch "${FILESDIR}/*.patch"
}