summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-11-13 09:51:33 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-11-13 09:51:33 +0000
commitd1489ea6a0c1633ca0eacbcb95a5470b5d65ba72 (patch)
treecf152e3bb8a3a2cee8ee056c48a47442d4ad8002 /app-text/vlna/vlna-1.4.ebuild
parentDrop unused files (diff)
downloadgentoo-2-d1489ea6a0c1633ca0eacbcb95a5470b5d65ba72.tar.gz
gentoo-2-d1489ea6a0c1633ca0eacbcb95a5470b5d65ba72.tar.bz2
gentoo-2-d1489ea6a0c1633ca0eacbcb95a5470b5d65ba72.zip
version bump
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-text/vlna/vlna-1.4.ebuild')
-rw-r--r--app-text/vlna/vlna-1.4.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/vlna/vlna-1.4.ebuild b/app-text/vlna/vlna-1.4.ebuild
new file mode 100644
index 000000000000..9e5e5cd0bbef
--- /dev/null
+++ b/app-text/vlna/vlna-1.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/vlna/vlna-1.4.ebuild,v 1.1 2009/11/13 09:51:33 aballier Exp $
+
+DESCRIPTION="Add nonbreakable spaces after some prepositions in Czech texts"
+HOMEPAGE="http://math.feld.cvut.cz/olsak/cstex/"
+SRC_URI="ftp://math.feld.cvut.cz/pub/olsak/vlna/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+
+ dodoc README README.en ChangeLog vlna.txt
+ insinto /usr/share/doc/${PF}
+ doins vlna.dvi
+}