You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-util/dzip/dzip-2.9-r3.ebuild

32 lines
809 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/dzip-2.9-r3.ebuild,v 1.2 2012/02/16 18:43:22 phajdan.jr Exp $
EAPI=2
inherit eutils
DESCRIPTION="compressor/uncompressor for demo recordings from id's Quake"
HOMEPAGE="http://speeddemosarchive.com/dzip/"
SRC_URI="http://speeddemosarchive.com/dzip/dz${PV/./}src.zip"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
S="${WORKDIR}"
src_prepare() {
epatch "${FILESDIR}"/${P}-system-zlib-r2.patch
epatch "${FILESDIR}"/${P}-scrub-names.patch #93079
epatch "${FILESDIR}/dzip-amd64.diff"
mv -f Makefile{.linux,}
}
src_install () {
dobin dzip || die "dobin failed"
dodoc Readme || die "dodoc failed"
}