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:
@@ -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."
|
||||
}
|
||||
Reference in New Issue
Block a user