diff options
Diffstat (limited to 'app-text/u2ps/u2ps-0.8.4.ebuild')
-rw-r--r-- | app-text/u2ps/u2ps-0.8.4.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-text/u2ps/u2ps-0.8.4.ebuild b/app-text/u2ps/u2ps-0.8.4.ebuild index a3c73071ae11..2876daac3d3e 100644 --- a/app-text/u2ps/u2ps-0.8.4.ebuild +++ b/app-text/u2ps/u2ps-0.8.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/u2ps/u2ps-0.8.4.ebuild,v 1.1 2014/05/10 10:10:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/u2ps/u2ps-0.8.4.ebuild,v 1.2 2015/01/31 13:00:34 hwoarang Exp $ EAPI=5 DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8" -HOMEPAGE="http://u2ps.berlios.de/" -SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/u2ps.berlios/" +SRC_URI="mirror://sourceforge/project/${PN}.berlios/${PN}-full-${PV}.tar.gz" LICENSE="GPL-3 GPL-3-with-font-exception free-noncomm" SLOT="0" @@ -20,6 +20,8 @@ DEPEND=" " RDEPEND="${DEPEND}" +S="${WORKDIR}"/${PN}-full-${PV} + src_configure() { ./configure \ --prefix=/usr \ |