diff options
author | 2002-05-13 01:17:38 +0000 | |
---|---|---|
committer | 2002-05-13 01:17:38 +0000 | |
commit | 842885e33cf2171b529312652a5d0a445d889b74 (patch) | |
tree | 1072cb2af8a92b953b55c5219138b2d0b0337da0 /app-cdr | |
parent | updated version thats a bit cleaner (diff) | |
download | gentoo-2-842885e33cf2171b529312652a5d0a445d889b74.tar.gz gentoo-2-842885e33cf2171b529312652a5d0a445d889b74.tar.bz2 gentoo-2-842885e33cf2171b529312652a5d0a445d889b74.zip |
New Package
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/bchunk/ChangeLog | 12 | ||||
-rw-r--r-- | app-cdr/bchunk/bchunk-1.1.1.ebuild | 23 | ||||
-rw-r--r-- | app-cdr/bchunk/files/digest-bchunk-1.1.1 | 1 |
3 files changed, 36 insertions, 0 deletions
diff --git a/app-cdr/bchunk/ChangeLog b/app-cdr/bchunk/ChangeLog new file mode 100644 index 000000000000..b6487393b33a --- /dev/null +++ b/app-cdr/bchunk/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-cdr/bchunk +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL + +*bchunk-1.1.1 (12 May 2002) + + 12 May 2002; Ryan Phillips <rphillips@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/app-cdr/bchunk/bchunk-1.1.1.ebuild b/app-cdr/bchunk/bchunk-1.1.1.ebuild new file mode 100644 index 000000000000..0ed28958458b --- /dev/null +++ b/app-cdr/bchunk/bchunk-1.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Per Wigren <wigren@home.se> +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.1 2002/05/13 01:17:38 rphillips Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Converts bin/cue CD-images to iso+wav/cdr" +SRC_URI="http://hes.iki.fi/bchunk/${P}.tar.gz" +HOMEPAGE="http://hes.iki.fi/bchunk/" +LICENSE="GPL" +DEPEND="virtual/glibc" + +src_compile() { + gcc ${CFLAGS} -o bchunk bchunk.c +} + +src_install () { + dobin bchunk + doman bchunk.1 + dodoc ${P}.lsm + dodoc COPYING README +} + diff --git a/app-cdr/bchunk/files/digest-bchunk-1.1.1 b/app-cdr/bchunk/files/digest-bchunk-1.1.1 new file mode 100644 index 000000000000..0d1773121edc --- /dev/null +++ b/app-cdr/bchunk/files/digest-bchunk-1.1.1 @@ -0,0 +1 @@ +MD5 9a86fde990df3a58fad51876139f121c bchunk-1.1.1.tar.gz 14633 |