From 0e27cccced6ae736241884203d2293c17aec94fb Mon Sep 17 00:00:00 2001 From: Daniel Mierswa Date: Fri, 26 Dec 2008 20:45:04 +0100 Subject: [PATCH] add app-cdr/bin2iso --- .../app-cdr/bin2iso/bin2iso-1.9b.exheres-0 | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 diff --git a/packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 b/packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 new file mode 100644 index 0000000..1ad6781 --- /dev/null +++ b/packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 @@ -0,0 +1,29 @@ +# Copyright 2008 Daniel Mierswa +# Distributed under the terms of the GNU General Public License v2 + +require toolchain-funcs + +SUMMARY="BIN -> ISO/WAV Converter" +DESCRIPTION=" + Convert .bin files into .iso files with a .cue file or try to create .cue + files from .bin files +" +HOMEPAGE="http://users.eastlink.ca/~doiron/${PN}/" +SRC="${PN}${PV/./}_linux.c" +DOWNLOADS="${HOMEPAGE}/linux/${SRC}" + +LICENCES="public-domain" +SLOT="0" +PLATFORMS="~amd64" +MYOPTIONS="" + +DEPENDENCIES="" + +src_compile() { + $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o "${SRC}.out" "${FETCHEDDIR}/${SRC}" \ + || die "compilation failed" +} + +src_install() { + newbin "${SRC}.out" "${PN}" +}