26 lines
540 B
Bash
26 lines
540 B
Bash
# Copyright 1999-2004 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit kde
|
|
|
|
# Some workarounds :-)
|
|
MY_PREFIX="home/junior/ProyectoKwin/pack/"
|
|
MY_PN="softcrystal"
|
|
MY_P="${MY_PN}-${PV}-3.2.0"
|
|
S="${WORKDIR}/${MY_PREFIX}/${MY_P}"
|
|
|
|
DESCRIPTION="AKDC kwin theme softcrystal"
|
|
HOMEPAGE="http://www.kde-look.org/content/show.php?content=12330"
|
|
SRC_URI="ftp://ftp.berlios.de/pub/assk/${MY_P}.tar.bz2"
|
|
|
|
LICENSE="QPL"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
|
|
RESTRICT="nomirror"
|
|
|
|
IUSE=""
|
|
|
|
need-kde 3.2
|