1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-21 01:51:24 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="tiny svg2pdf convert tool"
HOMEPAGE="http://cairographics.org"
SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
LICENSE="LGPL"
SLOT="0"
KEYWORDS="~x86"
DEPEND="media-fonts/corefonts \
x11-libs/cairo
>=x11-libs/libsvg-cairo-0.1.6"
src_install() {
cd src/
dobin svg2pdf || die "Could not install binary."
}