summaryrefslogtreecommitdiff
blob: 3e7a924e2d9d4106659b40dc1bbd2e919ed3569d (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/artresources/artresources-0.1.2.ebuild,v 1.14 2007/07/15 03:34:37 mr_bones_ Exp $

inherit gnustep

S=${WORKDIR}/

DESCRIPTION="GNUstep ArtResources library for GNUstep Backend library"

# 26 Mar 2006: upstream appears to be gone
SRC_URI="http://w1.423.telia.com/~u42308495/alex/backart/ArtResources-${PV}.tar.bz2"
HOMEPAGE="http://w1.423.telia.com/~u42308495/alex"
KEYWORDS="x86 ppc sparc ~alpha amd64"
SLOT="0"
LICENSE="LGPL-2.1"

PROVIDES="virtual/gnustep-back"

IUSE=""
DEPEND="gnustep-base/gnustep-gui
	>=media-libs/libart_lgpl-2.3.16"

egnustep_install_domain "System"

src_compile() {
	echo "nothing to compile"
}

src_install() {
	egnustep_env
	dodir $(egnustep_system_root)/Library/Fonts
	insinto $(egnustep_system_root)/Library/Fonts
	cp -pPR *.nfont ${D}$(egnustep_system_root)/Library/Fonts
	chown -R root:0 ${D}$(egnustep_system_root)/Library/Fonts
}