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/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild

63 lines
1.2 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v 1.13 2012/07/11 22:06:05 voyageur Exp $
EAPI=1
inherit eutils
MY_PN=FSViewer
DESCRIPTION="file system viewer for Window Maker"
HOMEPAGE="http://www.bayernline.de/~gscholz/linux/fsviewer/"
SRC_URI="http://www.bayernline.de/~gscholz/linux/${PN}/${MY_PN}.app-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="
dev-libs/expat
media-libs/tiff:0
media-libs/giflib
media-libs/libpng:0
media-libs/fontconfig
media-libs/freetype
sys-libs/zlib
virtual/jpeg
x11-libs/libproplist
x11-libs/libSM
x11-libs/libICE
x11-libs/libX11
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXft
x11-libs/libXmu
x11-libs/libXpm
x11-libs/libXrender
x11-libs/libXt
x11-proto/xextproto
x11-proto/xproto
<x11-wm/windowmaker-0.95.0"
RDEPEND=${DEPEND}
S=${WORKDIR}/${MY_PN}.app-${PV}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-windowmaker.patch
}
src_compile() {
econf --with-appspath=/usr/lib/GNUstep \
--with-extralibs=-lXft
emake || die
}
src_install() {
emake DESTDIR="${D}" install || die
}