diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-03 16:17:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-03 16:17:54 +0000 |
commit | 9001837a6d589c40a644a0a307000de9de14fcc3 (patch) | |
tree | 84a9fb014975ae9ab57bd148a9e7b69e3ce1a411 /x11-plugins/asclock | |
parent | moved asclock from x11-misc to x11-plugins (diff) | |
download | historical-9001837a6d589c40a644a0a307000de9de14fcc3.tar.gz historical-9001837a6d589c40a644a0a307000de9de14fcc3.tar.bz2 historical-9001837a6d589c40a644a0a307000de9de14fcc3.zip |
moved asapm and ascpu from x11-misc to x11-plugins
Diffstat (limited to 'x11-plugins/asclock')
-rw-r--r-- | x11-plugins/asclock/ChangeLog | 19 | ||||
-rw-r--r-- | x11-plugins/asclock/asclock-2.0.12.ebuild | 53 | ||||
-rw-r--r-- | x11-plugins/asclock/files/digest-asclock-2.0.12 | 1 |
3 files changed, 73 insertions, 0 deletions
diff --git a/x11-plugins/asclock/ChangeLog b/x11-plugins/asclock/ChangeLog new file mode 100644 index 000000000000..bfde76383cda --- /dev/null +++ b/x11-plugins/asclock/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for x11-misc/asclock +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.1 2002/11/03 16:17:54 seemant Exp $ + +*asclock-2.0.12 (14 Apr 2002) + + 14 Apr 2002; Seemant Kulleen <seemant@gentoo.org> asclock-2.0.12-r1.ebuild : + + Cleaned up ebuild a little bit + +*asclock-2.0.12 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-plugins/asclock/asclock-2.0.12.ebuild b/x11-plugins/asclock/asclock-2.0.12.ebuild new file mode 100644 index 000000000000..fb9cb58859e8 --- /dev/null +++ b/x11-plugins/asclock/asclock-2.0.12.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12.ebuild,v 1.1 2002/11/03 16:17:54 seemant Exp $ + +S=${WORKDIR}/${P} + +DESCRIPTION="Clock applet for AfterStep" +SRC_URI="http://www.tigr.net/afterstep/download/asclock/${P}.tar.gz" +HOMEPAGE="http://www.tigr.net/afterstep/list.pl" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc sparc64" + +DEPEND="virtual/glibc virtual/x11" + +src_unpack() { + unpack ${P}.tar.gz + cd ${S} + ln -s themes/classic default_theme +} + +src_compile() { + local x + for x in asclock parser symbols config + do + gcc \ + ${CFLAGS} \ + -I/usr/X11R6/include \ + -Dlinux -D__i386__ \ + -D_POSIX_C_SOURCE=199309L \ + -D_POSIX_SOURCE \ + -D_XOPEN_SOURCE \ + -D_BSD_SOURCE \ + -D_SVID_SOURCE \ + -DFUNCPROTO=15 \ + -DNARROWPROTO \ + -c -o ${x}.o ${x}.c || die + done + gcc \ + ${CFLAGS} \ + -o asclock \ + asclock.o parser.o symbols.o config.o \ + -L/usr/X11R6/lib \ + -L/usr/lib/X11 \ + -lXpm -lXext -lX11 || die +} + +src_install () { + dobin asclock + dodir usr/share/asclock + cp -a themes/* ${D}/usr/share/asclock + dodoc COPYING INSTALL README README.THEMES TODO +} diff --git a/x11-plugins/asclock/files/digest-asclock-2.0.12 b/x11-plugins/asclock/files/digest-asclock-2.0.12 new file mode 100644 index 000000000000..e3c7be5c5b9c --- /dev/null +++ b/x11-plugins/asclock/files/digest-asclock-2.0.12 @@ -0,0 +1 @@ +MD5 99cb6491358bb0044e9b75b2e06b043b asclock-2.0.12.tar.gz 111858 |