summaryrefslogtreecommitdiff
blob: 31ccedd79b277240d13e76e8e31f9f78c204433d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/login-app/login-app-2.0.0_alpha7.ebuild,v 1.13 2004/06/24 22:28:10 agriffis Exp $

inherit eutils

_P=Login.app-2.0.0-Alpha-7
S=${WORKDIR}/${_P}

DESCRIPTION="Graphical Login Utility"
SRC_URI="http://largo.windowmaker.org/files/Login.app/${_P}.tar.gz"
HOMEPAGE="http://largo.windowmaker.org/Login.app/"
DEPEND=">=x11-libs/libPropList-0.10.1
	>=sys-libs/zlib-1.1.4
	>=media-libs/jpeg-6b
	>=media-libs/libpng-1.2
	>=media-libs/tiff-3.5.7
	>=media-libs/libungif-4.1.0
	>=windowmaker-0.91.0-r1"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc"
IUSE=""

src_unpack() {

	unpack ${A}
	cd ${S}
	
	## Fixes a function rename in the wrlib 
	## library of windowmaker
	epatch ${FILESDIR}/${PN}-windowmaker.patch

}

src_compile() {
	emake || die
}

src_install () {
	make \
		INSTALL_DIR=${D}/${GNUSTEP_LOCAL_ROOT:-/usr/lib/GNUstep}/Apps/Login.app\
		install
	dodoc README* TODO COPYING
}