commit:     70777d62d1ab53fb8f6601f4bfad106e69616526
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 08:45:37 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 08:45:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70777d62

x11-wm/goomwwm: Add live ebuild.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 x11-wm/goomwwm/goomwwm-9999.ebuild | 44 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/x11-wm/goomwwm/goomwwm-9999.ebuild 
b/x11-wm/goomwwm/goomwwm-9999.ebuild
new file mode 100644
index 00000000000..92024280f4e
--- /dev/null
+++ b/x11-wm/goomwwm/goomwwm-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit git-r3 toolchain-funcs
+
+DESCRIPTION="Get out of my way, Window Manager!"
+HOMEPAGE="https://github.com/seanpringle/goomwwm";
+EGIT_REPO_URI="${HOMEPAGE}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug"
+
+RDEPEND="
+       x11-libs/libXft
+       x11-libs/libX11
+       x11-libs/libXinerama
+"
+DEPEND="
+       ${RDEPEND}
+       virtual/pkgconfig
+       x11-proto/xineramaproto
+       x11-proto/xproto
+"
+
+src_prepare() {
+       default
+       sed -i -e 's|$(LDADD) $(LDFLAGS)|$(LDFLAGS) $(LDADD)|g' Makefile || die
+}
+
+src_configure() {
+       use debug && append-cflags -DDEBUG
+}
+
+src_compile() {
+       emake CC=$(tc-getCC) proto normal
+}
+
+src_install() {
+       dobin ${PN}
+       doman ${PN}.1
+}

Reply via email to