summaryrefslogtreecommitdiff
blob: fb00075b6b07208b38eea548c828ac07c02bce8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MY_PN="ubuntulooks"
DESCRIPTION=""
HOMEPAGE=""
SRC_URI="http://rpm.rutgers.edu/repository/ubuntu/pool/main/u/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz"

LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=x11-libs/gtk+-2.8"
RDEPEND=">=x11-libs/gtk+-2.8"

S="${WORKDIR}/${MY_PN}-${PV}"

src_install() {
	einstall || die "einstall failed"
}