blob: 8f014dc358b89040a5d718a439597832a69557e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/skulpture-0.2.4.ebuild,v 1.2 2011/02/02 20:38:55 tampakrap Exp $
EAPI=3
inherit kde4-base
DESCRIPTION="Classical style and window decorations for KDE 4.x"
HOMEPAGE="http://skulpture.maxiom.de/"
SRC_URI="http://kde-look.org/CONTENT/content-files/59031-${P}.tar.gz"
LICENSE="GPL-3"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
|