commit:     5d3d635ed96564855ecb0352abd99dc47b6ab2ac
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 28 14:00:41 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 14:00:41 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=5d3d635e

x11-wm/stumpwm: install stumpwm binary

---
 x11-wm/stumpwm/stumpwm-9999.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/x11-wm/stumpwm/stumpwm-9999.ebuild 
b/x11-wm/stumpwm/stumpwm-9999.ebuild
index e611911..9a0e054 100644
--- a/x11-wm/stumpwm/stumpwm-9999.ebuild
+++ b/x11-wm/stumpwm/stumpwm-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit common-lisp-3 git-2
+inherit autotools common-lisp-3 git-2
 
 DESCRIPTION="Stumpwm is a tiling, keyboard driven X11 Window Manager written 
entirely in Common Lisp."
 HOMEPAGE="http://www.nongnu.org/stumpwm/index.html";
@@ -34,8 +34,17 @@ do_doc() {
        texi2pdf -o "${pdffile}" "${PN}.texi.in" && dodoc "${pdffile}" || die
 }
 
+src_prepare() {
+       eautoreconf
+}
+
+src_compile() {
+       emake -j1
+}
+
 src_install() {
        common-lisp-install-sources *.lisp
        common-lisp-install-asdf
+       dobin "${PN}"
        use doc && do_doc
 }

Reply via email to