diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-06-04 19:37:29 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-06-04 19:37:29 +0000 |
commit | 22c0e1b4cc97f057d579b158a884bf5610f5a20b (patch) | |
tree | 86abfe1db23d1817504b89e2943b1e06fdf25d68 /app-cdr/cdrx | |
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-cdr/cdrx')
-rw-r--r-- | app-cdr/cdrx/cdrx-0.2.ebuild | 31 | ||||
-rw-r--r-- | app-cdr/cdrx/files/digest-cdrx-0.2 | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/app-cdr/cdrx/cdrx-0.2.ebuild b/app-cdr/cdrx/cdrx-0.2.ebuild new file mode 100644 index 000000000000..9d85e7585ffd --- /dev/null +++ b/app-cdr/cdrx/cdrx-0.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Ben Lutgens <blutgens@sistina.com> +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrx/cdrx-0.2.ebuild,v 1.1 2001/06/04 19:37:29 blutgens Exp $ + +#P= +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Menu based front-end to mkisofs and cdrecord" +SRC_URI="http://cdrx.sourceforge.net/${A}" +HOMEPAGE="http://cdrx.sourceforge.net/" + +DEPEND=">=app-cdr/cdrecord-1.9" + +src_unpack() { + + mkdir ${P} + cd ${P} + unpack ${A} + +} + +src_install () { + + dobin cdrx.pl + dodoc README.txt TODO + docinto html + dodoc help.html + +} + diff --git a/app-cdr/cdrx/files/digest-cdrx-0.2 b/app-cdr/cdrx/files/digest-cdrx-0.2 new file mode 100644 index 000000000000..6456063aea66 --- /dev/null +++ b/app-cdr/cdrx/files/digest-cdrx-0.2 @@ -0,0 +1 @@ +MD5 1f2136fdf4ebe9ec9b44300407d01c44 cdrx-0.2.tar.gz |