diff options
author | Joe Bormolini <lordjoe@gentoo.org> | 2001-08-03 04:00:49 +0000 |
---|---|---|
committer | Joe Bormolini <lordjoe@gentoo.org> | 2001-08-03 04:00:49 +0000 |
commit | a73fd8a28e9f915f3dff044b235fe9adbb9b65af (patch) | |
tree | 16f81ca2c8f144ce93279e185875db73ef4df194 /x11-wm/bbkeys | |
parent | removed MOSIX download as it is no longer available (diff) | |
download | historical-a73fd8a28e9f915f3dff044b235fe9adbb9b65af.tar.gz historical-a73fd8a28e9f915f3dff044b235fe9adbb9b65af.tar.bz2 historical-a73fd8a28e9f915f3dff044b235fe9adbb9b65af.zip |
Added missing line. doh. (no blackbox.bak!)
Diffstat (limited to 'x11-wm/bbkeys')
-rw-r--r-- | x11-wm/bbkeys/bbkeys-0.3.6.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-wm/bbkeys/bbkeys-0.3.6.ebuild b/x11-wm/bbkeys/bbkeys-0.3.6.ebuild index 398505f664ac..5cc5105cc87d 100644 --- a/x11-wm/bbkeys/bbkeys-0.3.6.ebuild +++ b/x11-wm/bbkeys/bbkeys-0.3.6.ebuild @@ -2,9 +2,10 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Joe Bormolini <lordjoe@gentoo.org> +A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="bbkeys" -SRC_URI="http://movingparts.thelinuxcommunity.org/bbkeys/bbkeys-0.3.6.tar.gz" +SRC_URI="http://movingparts.thelinuxcommunity.org/bbkeys/${A}" HOMEPAGE="http://movingparts.thelinuxcommunity.org" DEPEND=">=x11-wm/blackbox-0.61 qt? ( >=x11-libs/qt-x11-2.3.0 )" @@ -17,7 +18,7 @@ src_compile() { cd ${S} fi try ./configure --prefix=/usr/X11R6 --host=${CHOST} - try pmake + try emake } @@ -29,6 +30,8 @@ src_install () { cd ${S} fi try make DESTDIR=${D} install + cd /usr/X11R6/bin/wm + cp blackbox blackbox.bak sed -e s:.*blackbox:"exec /usr/X11R6/bin/bbkeys \&\n&": blackbox.bak > blackbox } |