Alejandro Mery
17 years ago
4 changed files with 100 additions and 0 deletions
@ -0,0 +1,26 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||||
|
#
|
||||||
|
# Filename: package/.../mkcue/install_manpage.patch
|
||||||
|
# Copyright (C) 2008 The OpenSDE Project
|
||||||
|
#
|
||||||
|
# More information can be found in the files COPYING and README.
|
||||||
|
#
|
||||||
|
# This patch file is dual-licensed. It is available under the license the
|
||||||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||||
|
# of the GNU General Public License as published by the Free Software
|
||||||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||||||
|
# version.
|
||||||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||||
|
|
||||||
|
--- ./GNUmakefile.in.orig 2008-01-19 23:29:50.000000000 -0300
|
||||||
|
+++ ./GNUmakefile.in 2008-01-19 23:31:13.000000000 -0300
|
||||||
|
@@ -71,6 +71,7 @@
|
||||||
|
rm -rf configure configure.lineno
|
||||||
|
|
||||||
|
install: ${DESTDIR}${bindir}/mkcue
|
||||||
|
+ ${INSTALL_DATA} mkcue.1 ${DESTDIR}${mandir}/man1/
|
||||||
|
|
||||||
|
${DESTDIR}${bindir}/%: %
|
||||||
|
${INSTALL_PROGRAM} $< $@
|
@ -0,0 +1,25 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1200796335 Sat Jan 19 23:32:15 2008 |
||||||
|
[BUILDTIME] 100 (9) |
||||||
|
[SIZE] 0.02 MB, 9 files |
||||||
|
|
||||||
|
[DEP] 00-dirtree |
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] findutils |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] linux-header |
||||||
|
[DEP] make |
||||||
|
[DEP] mktemp |
||||||
|
[DEP] net-tools |
||||||
|
[DEP] patch |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
||||||
|
[DEP] util-linux |
@ -0,0 +1,17 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../mkcue/mkcue.conf |
||||||
|
# Copyright (C) 2008 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
for x in $( match_source_file -p diff ); do |
||||||
|
var_append patchfiles ' ' "$x" |
||||||
|
done |
@ -0,0 +1,32 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../mkcue/mkcue.desc |
||||||
|
[COPY] Copyright (C) 2008 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] CUE sheets generator from a CD |
||||||
|
|
||||||
|
[T] Generates a CUE sheet from a CD |
||||||
|
|
||||||
|
[U] http://packages.qa.debian.org/m/mkcue.html |
||||||
|
|
||||||
|
[A] Jesus Climent <jesus.climent@hispalinux.es> |
||||||
|
[M] Alejandro Mery <amery@opensde.org> |
||||||
|
|
||||||
|
[C] extra/tool |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Stable |
||||||
|
[V] 1-2.1 |
||||||
|
[P] X -----5---9 800.000 |
||||||
|
|
||||||
|
[D] 4252908990 mkcue_1.orig.tar.gz http://ftp.debian.org/debian/pool/main/m/mkcue/ |
||||||
|
[D] 2523633597 mkcue_1-2.1.diff.gz http://ftp.debian.org/debian/pool/main/m/mkcue/ |
Loading…
Reference in new issue