diff options
author | 2001-06-04 19:37:29 +0000 | |
---|---|---|
committer | 2001-06-04 19:37:29 +0000 | |
commit | 22c0e1b4cc97f057d579b158a884bf5610f5a20b (patch) | |
tree | 86abfe1db23d1817504b89e2943b1e06fdf25d68 /app-misc | |
parent | this is not my day. (diff) | |
download | historical-22c0e1b4cc97f057d579b158a884bf5610f5a20b.tar.gz historical-22c0e1b4cc97f057d579b158a884bf5610f5a20b.tar.bz2 historical-22c0e1b4cc97f057d579b158a884bf5610f5a20b.zip |
A menubased front end to mkisofs / cdrecord, and a python app to add multiple
keys to your ssh-agent xsession. Also touched up the xlockmore build again.
added xglock and xmlock install.
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/xlockmore/xlockmore-5.01.2.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-misc/xlockmore/xlockmore-5.01.2.ebuild b/app-misc/xlockmore/xlockmore-5.01.2.ebuild index 63b3f55d2be3..6525f0ee40f6 100644 --- a/app-misc/xlockmore/xlockmore-5.01.2.ebuild +++ b/app-misc/xlockmore/xlockmore-5.01.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/xlockmore/xlockmore-5.01.2.ebuild,v 1.3 2001/06/04 18:22:38 blutgens Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xlockmore/xlockmore-5.01.2.ebuild,v 1.4 2001/06/04 19:37:29 blutgens Exp $ #P= A=${P}.tar.gz @@ -31,13 +31,18 @@ src_compile() { try ./configure --prefix=/usr --mandir=${prefix}/X11R6/man/man1 \ --host=${CHOST} ${myconf} try make + cd xglock/ + make } src_install () { try make prefix=${D}/usr mandir=${D}/usr/X11R6/man/man1 install - dodoc docs/* README + exeinto /usr/X11R6/bin + doexe xmlock/xmlock + doexe xglock/xglock + dodoc docs/* README xglock/xglockrc xglock/README.xglock } |