commit:     5161b5d82aea7457d58dfebb10926c16cc234e44
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 08:35:44 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 08:35:44 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5161b5d8

app-text/skribilo: bump to version 0.9.2

 app-text/skribilo/skribilo-0.9.2.ebuild | 41 +++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/app-text/skribilo/skribilo-0.9.2.ebuild 
b/app-text/skribilo/skribilo-0.9.2.ebuild
new file mode 100644
index 0000000..4b09221
--- /dev/null
+++ b/app-text/skribilo/skribilo-0.9.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="Skribilo is a free document production tool."
+HOMEPAGE="http://www.nongnu.org/skribilo/";
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${PF}.tar.gz";
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+DEPEND="\
+       >=dev-scheme/guile-1.8:12
+       >=dev-scheme/guile-reader-0.3
+       >=app-text/lout-3.36
+       media-libs/ploticus"
+
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+       unpack ${A}
+       cd "${S}"
+}
+
+src_configure() {
+       econf --with-guilemoduledir=/usr/share/guile/site || die "econf failed"
+}
+
+src_compile() {
+       emake -j1 || die "emake failed"
+}
+
+src_install() {
+       emake DESTDIR="${D}" install || die "emake install failed"
+}

Reply via email to