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

inherit common-lisp-2

DESCRIPTION="A pure Common Lisp library to create, transform and render anti-aliased vectorial paths."
HOMEPAGE="http://projects.tuxee.net/cl-vectors"
SRC_URI="http://projects.tuxee.net/${PN}/files/${P}.tar.gz"

LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="dev-lisp/zpb-ttf"

CLSYSTEMS="cl-aa-misc cl-aa cl-paths-ttf cl-paths cl-vectors"

src_unpack() {
	unpack ${A}
	sed -i "s:\\\$VERSION\\\$:${PV}:" "${S}"/*.asd
}