blob: 3551f84b48a2b02719e491f6d20d9bdcc2fca5e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/skulpture-0.2.3.ebuild,v 1.1 2009/06/12 11:42:12 scarabeus Exp $
EAPI="2"
inherit kde4-base
DESCRIPTION="Classical style and window decorations for KDE 4.x"
HOMEPAGE="http://skulpture.maxiom.de/"
SRC_URI="http://skulpture.maxiom.de/releases/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
|