summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-01-14 22:43:21 +0000
committerNick Hadaway <raker@gentoo.org>2003-01-14 22:43:21 +0000
commit5bd4b25e5e33e55340ff6689892f2fccad21a775 (patch)
tree005f823438076e900867a1058e4a88f0b2828eab /x11-plugins
parentblah (diff)
downloadgentoo-2-5bd4b25e5e33e55340ff6689892f2fccad21a775.tar.gz
gentoo-2-5bd4b25e5e33e55340ff6689892f2fccad21a775.tar.bz2
gentoo-2-5bd4b25e5e33e55340ff6689892f2fccad21a775.zip
New ebuild. sexy clock.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmspaceclock/ChangeLog9
-rw-r--r--x11-plugins/wmspaceclock/files/digest-wmspaceclock-1.11
-rw-r--r--x11-plugins/wmspaceclock/wmspaceclock-1.1.ebuild32
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/wmspaceclock/ChangeLog b/x11-plugins/wmspaceclock/ChangeLog
new file mode 100644
index 000000000000..0952305e7cbc
--- /dev/null
+++ b/x11-plugins/wmspaceclock/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-plugins/wmspaceclock
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/ChangeLog,v 1.1 2003/01/14 22:43:21 raker Exp $
+
+*wmspaceclock-1.1 (14 Jan 2003)
+
+ 14 Jan 2003; Nick Hadaway <raker@gentoo.org> wmspaceclock-1.1.ebuild,
+ files/digest-wmspaceclock-1.1 :
+ New ebuild. A sexy clock.
diff --git a/x11-plugins/wmspaceclock/files/digest-wmspaceclock-1.1 b/x11-plugins/wmspaceclock/files/digest-wmspaceclock-1.1
new file mode 100644
index 000000000000..e318de2bcdf3
--- /dev/null
+++ b/x11-plugins/wmspaceclock/files/digest-wmspaceclock-1.1
@@ -0,0 +1 @@
+MD5 0b6985a507d094b7b82105a16f8ebc48 spaceclock-1.1.tar.bz2 84120
diff --git a/x11-plugins/wmspaceclock/wmspaceclock-1.1.ebuild b/x11-plugins/wmspaceclock/wmspaceclock-1.1.ebuild
new file mode 100644
index 000000000000..944aaa4991ef
--- /dev/null
+++ b/x11-plugins/wmspaceclock/wmspaceclock-1.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/wmspaceclock-1.1.ebuild,v 1.1 2003/01/14 22:43:21 raker Exp $
+
+DESCRIPTION="A sexy anti-aliased dockapp clock"
+HOMEPAGE="http://wmspaceclock.sourceforge.net"
+SRC_URI="mirror://sourceforge/wmspaceclock/${P/wm/}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/glibc
+ virtual/x11
+ >=x11-wm/WindowMaker-0.80
+ >=dev-libs/STLport-4.5.3
+ >=media-libs/gdk-pixbuf-0.20"
+S=${WORKDIR}/spaceclock
+
+src_compile() {
+ cd ${S}
+ cp Makefile Makefile.orig
+ sed \
+ -e "s:/usr/local:/usr:" \
+ -e "s:-g3 -O2:${CFLAGS}:" \
+ < Makefile.orig > Makefile
+ make
+}
+
+src_install() {
+ dodir /usr/bin
+ make DESTDIR=${D} install || die
+}