diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-06-17 00:03:26 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-06-17 00:03:26 +0000 |
commit | 7203667013859e02a9015403dfd5049414feddb5 (patch) | |
tree | 1986b7d3f8e7b84cc830432c12895d3a5b065553 /x11-plugins/astime | |
parent | *** empty log message *** (diff) | |
download | historical-7203667013859e02a9015403dfd5049414feddb5.tar.gz historical-7203667013859e02a9015403dfd5049414feddb5.tar.bz2 historical-7203667013859e02a9015403dfd5049414feddb5.zip |
*** empty log message ***
Diffstat (limited to 'x11-plugins/astime')
-rw-r--r-- | x11-plugins/astime/Manifest | 5 | ||||
-rw-r--r-- | x11-plugins/astime/astime-2.8.ebuild | 33 | ||||
-rw-r--r-- | x11-plugins/astime/files/digest-astime-2.8 | 1 |
3 files changed, 36 insertions, 3 deletions
diff --git a/x11-plugins/astime/Manifest b/x11-plugins/astime/Manifest index ade24dfd15eb..bf639580d4b6 100644 --- a/x11-plugins/astime/Manifest +++ b/x11-plugins/astime/Manifest @@ -1,4 +1,3 @@ -MD5 3bac2014cfcb01e495d2a0b97c4cb011 astime-2.8.ebuild 619 -MD5 1fa1197b38675aba057a43294988465f ChangeLog 407 +MD5 a868bc5b66065e377102239d4c475b84 astime-2.8.ebuild 720 +MD5 26de5d02ef44af6d9f22b8df574aa9f6 ChangeLog 498 MD5 f0fa39b40fbb62aee75a31e80dfd93c0 files/digest-astime-2.8 61 -MD5 e2389c77779ea25e2f5b62a3f1d6ae13 files/astime-2.8-gentoo.patch 813 diff --git a/x11-plugins/astime/astime-2.8.ebuild b/x11-plugins/astime/astime-2.8.ebuild new file mode 100644 index 000000000000..c8f853400663 --- /dev/null +++ b/x11-plugins/astime/astime-2.8.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/astime-2.8.ebuild,v 1.1 2003/06/17 00:03:17 spider Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Analogue clock utility for X Windows." +HOMEPAGE="http://www.tigr.net/" +SRC_URI="http://www.tigr.net/afterstep/download/astime/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="jpeg" + +DEPEND="virtual/x11 + jpeg? ( media-libs/jpeg )" + +src_compile() { + local myconf + use jpeg || myconf="--disable-jpeg" + + econf $myconf + emake +} + +src_install () { + into /usr + + mv astime.man astime.1 + doman astime.1 + + dobin astime + dodoc README INSTALL LICENSE +} diff --git a/x11-plugins/astime/files/digest-astime-2.8 b/x11-plugins/astime/files/digest-astime-2.8 new file mode 100644 index 000000000000..1aa8e9e54e3b --- /dev/null +++ b/x11-plugins/astime/files/digest-astime-2.8 @@ -0,0 +1 @@ +MD5 0dd21aa79b93b43840649814f2a40fa0 astime-2.8.tar.gz 49679 |