20 lines
424 B
Bash
20 lines
424 B
Bash
# Distributed under the terms of the GNU GPL2
|
|
|
|
inherit kde
|
|
KLV=38195
|
|
MY_P=${P}
|
|
S=${WORKDIR}/${PN}
|
|
|
|
DESCRIPTION="koverartist creates decent looking covers with some mouseclicks."
|
|
HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}"
|
|
SRC_URI="http://members.inode.at/499177/software/koverartist/${MY_P}.tar.bz2"
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~x86"
|
|
IUSE=""
|
|
RESTRICT="nomirror $RESTRICT"
|
|
|
|
need-kde 3.3
|
|
|