summaryrefslogtreecommitdiffstats
path: root/app-arch/unrar/unrar-3.5.4-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/unrar/unrar-3.5.4-r2.ebuild')
-rw-r--r--app-arch/unrar/unrar-3.5.4-r2.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-arch/unrar/unrar-3.5.4-r2.ebuild b/app-arch/unrar/unrar-3.5.4-r2.ebuild
deleted file mode 100644
index 10231c0..0000000
--- a/app-arch/unrar/unrar-3.5.4-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.5.4.ebuild,v 1.1 2005/11/09 01:38:07 vapier Exp $
-
-inherit eutils
-
-MY_PN=${PN}src
-DESCRIPTION="Uncompress rar files"
-HOMEPAGE="http://www.rarlab.com/rar_add.htm"
-SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="unRAR"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc-macos ~ppc64 ~sparc x86"
-IUSE=""
-
-DEPEND="!app-arch/unrar-gpl"
-
-S=${WORKDIR}/unrar
-
-src_compile() {
- emake -f makefile.unix CXXFLAGS="$CXXFLAGS" || die "emake failed"
-}
-
-src_install() {
- dobin unrar || die "dobin failed"
- dodoc readme.txt
-#SDS
- epatch "${FILESDIR}"/unrar-3.5.3_fix.patch || die
- epatch "${FILESDIR}"/ftello_unrar_fix.patch || die
- emake -f makefile.unix CXXFLAGS="$CXXFLAGS" clean || die "emake failed"
- emake -f makefile.unix CXXFLAGS="$CXXFLAGS" lib || die "emake failed"
-
- mkdir -p ${D}/usr/lib/
- mkdir -p ${D}/usr/include/libunrar3/
- install -s -D -m 755 libunrar3.so ${D}/usr/lib/libunrar3.so
- install -D -m 644 dll.hpp ${D}/usr/include/libunrar3/dll.hpp
-#EDS
-}