app-text/paps - 0.7.1 (booboo)

Search

Install

Install this version:

emerge -a =app-text/paps-0.7.1

Package Information

Description:
Unicode-aware text to PostScript converter
Homepage:
http://paps.sourceforge.net/
License:
LGPL-2

Ebuild Details

Version EAPI Keywords Slot
0.7.1 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Unicode-aware text to PostScript converter"
HOMEPAGE="http://paps.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND="x11-libs/pango"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	default
	eautoreconf
}
src_configure() {
	econf --disable-Werror
}

Inherited Eclasses

Dependencies

DEPEND

x11-libs/pango
	virtual/pkgconfig

RDEPEND

x11-libs/pango

Manifest for 0.7.1

Type File Size Source URLs
DIST paps-0.7.1.tar.gz 142872 bytes https://downloads.sourceforge.net/paps/paps-0.7.1.tar.gz