summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2001-09-27 21:59:33 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2001-09-27 21:59:33 +0000
commitf5e1b212de35b610699c9d051e9828fc95fcf38a (patch)
treeb25b0030e004cc7a9d1ef72c9cc670fd93e30784 /x11-wm
parentASFiles file manager for AfterStep (diff)
downloadhistorical-f5e1b212de35b610699c9d051e9828fc95fcf38a.tar.gz
historical-f5e1b212de35b610699c9d051e9828fc95fcf38a.tar.bz2
historical-f5e1b212de35b610699c9d051e9828fc95fcf38a.zip
Clock applet for AfterStep
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/asclock/asclock-2.0.12.ebuild38
-rw-r--r--x11-wm/asclock/files/digest-asclock-2.0.121
2 files changed, 39 insertions, 0 deletions
diff --git a/x11-wm/asclock/asclock-2.0.12.ebuild b/x11-wm/asclock/asclock-2.0.12.ebuild
new file mode 100644
index 000000000000..9af0b0a87cdb
--- /dev/null
+++ b/x11-wm/asclock/asclock-2.0.12.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Karl Trygve Kalleberg <karltk@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/asclock/asclock-2.0.12.ebuild,v 1.1 2001/09/27 21:59:33 karltk Exp $
+
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Clock applet for AfterStep"
+
+SRC_URI="http://www.tigr.net/afterstep/download/asclock/asclock-2.0.12.tar.gz"
+
+HOMEPAGE="http://www.tigr.net/afterstep/list.pl"
+
+DEPEND="virtual/glibc virtual/x11"
+
+src_unpack() {
+ unpack asclock-2.0.12.tar.gz
+ cd ${S}
+ cp configure configure.orig
+ cp classic.configure classic.configure.orig
+ sed "s/read line/line=classic/" < configure.orig > configure
+ sed "s/read LANG/LANG=english/" < classic.configure.orig > classic.configure
+}
+
+src_compile() {
+ ./configure
+ emake || die
+}
+
+src_install () {
+ dobin asclock
+ insinto usr/share/asclock
+ for i in themes/* ; do
+ cp -r $i ${D}/usr/share/asclock/;
+ done
+ dodoc COPYING INSTALL README README.THEMES TODO
+}
+
diff --git a/x11-wm/asclock/files/digest-asclock-2.0.12 b/x11-wm/asclock/files/digest-asclock-2.0.12
new file mode 100644
index 000000000000..8dbe1b8d2d08
--- /dev/null
+++ b/x11-wm/asclock/files/digest-asclock-2.0.12
@@ -0,0 +1 @@
+MD5 99cb6491358bb0044e9b75b2e06b043b asclock-2.0.12.tar.gz