diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 12:14:55 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 12:14:55 +0000 |
commit | 65123a19e666e50affa77f337a468ca035c0cdac (patch) | |
tree | 6e102509d8607b0bb5d05128fa20ed2cade07bdb /x11-wm/pwm | |
parent | Cleanup (diff) | |
download | historical-65123a19e666e50affa77f337a468ca035c0cdac.tar.gz historical-65123a19e666e50affa77f337a468ca035c0cdac.tar.bz2 historical-65123a19e666e50affa77f337a468ca035c0cdac.zip |
Cleanup
Diffstat (limited to 'x11-wm/pwm')
-rw-r--r-- | x11-wm/pwm/files/digest-pwm-1.0 | 1 | ||||
-rw-r--r-- | x11-wm/pwm/pwm-1.0.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/x11-wm/pwm/files/digest-pwm-1.0 b/x11-wm/pwm/files/digest-pwm-1.0 deleted file mode 100644 index 7b699abc4c66..000000000000 --- a/x11-wm/pwm/files/digest-pwm-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 9a1efe73f597a3303aa94b8d0136779d pwm-1.0.tar.gz diff --git a/x11-wm/pwm/pwm-1.0.ebuild b/x11-wm/pwm/pwm-1.0.ebuild deleted file mode 100644 index d08dac06fbcf..000000000000 --- a/x11-wm/pwm/pwm-1.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Ryan Tolboom <ryan@intphsys.com> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.ebuild,v 1.1 2001/02/06 07:19:50 achim Exp $ - -S=${WORKDIR}/pwm-1.0 -SRC_URI="http://www.students.tut.fi/~tuomov/dl/pwm-1.0.tar.gz" - -HOMEPAGE="http://www.students.tut.fi/~tuomov/pwm" - -DESCRIPTION="A lightweight window manager" - -DEPEND=">=x11-base/xfree-4.0.1" - - -src_unpack() { - - unpack ${A} - cd ${S} - cp config.h config.orig - sed -e "s:PREFIX\"/etc/pwm/\":\"/etc/X11/pwm/\":" \ - config.orig > config.h - cp system.mk system.orig - sed -e "s:-g -O2:${CFLAGS}:" system.orig > system.mk - -} - -src_compile() { - - try make - -} - -src_install() { - - try make PREFIX=${D}/usr/X11R6 ETCDIR=${D}/etc/X11 DOCDIR=${D}/usr/doc/${PF} install - dodoc config.txt - -} |