summaryrefslogtreecommitdiff
blob: f2f6f8481b6322f4eb0eaef8f5db53e0cb7c1e74 (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
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Jos� Alberto Su�rez L�pez <bass@gentoo.org>
# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild,v 1.1 2002/05/09 18:35:17 bass Exp $
S=${WORKDIR}/${P}

# Short one-line description of this package.
DESCRIPTION="Application for easy change of GTK-Themes"

SRC_URI="http://www.muhri.net/gtk-theme-switch-1.0.1.tar.gz"

HOMEPAGE="http://www.muhri.net/nav.php3?node=gts"

LICENSE="GPL"

DEPEND="x11-libs/gtk+"

src_compile() {
	make || die
}

src_install () {
	dodir usr/share
	dodir usr/share/man
	dodir usr/share/man/man1
	make PREFIX=${D}usr install || die 
	mv ${D}usr/man/* ${D}usr/share/man/man1 || die
	rm -rf ${D}usr/man
}