From: Michael Tremer Date: Sun, 2 Oct 2016 22:36:14 +0000 (-0400) Subject: dvdrtools: Drop package X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fipfire-3.x.git;a=commitdiff_plain;h=6af225ae05e1f9f12b17e9d299fc0f6f3c0af97a dvdrtools: Drop package Not supported upstream any more Signed-off-by: Michael Tremer --- diff --git a/dvdrtools/dvdrtools.nm b/dvdrtools/dvdrtools.nm deleted file mode 100644 index efa34909a..000000000 --- a/dvdrtools/dvdrtools.nm +++ /dev/null @@ -1,41 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = dvdrtools -version = 0.2.1 -release = 1 - -groups = System/Filesystems -url = http://savannah.nongnu.org/projects/dvdrtools/ -license = GPLv2+ -summary = A set of command line programs that allows to record media. - -description - dvdrtools is a fork of cdrtools/cdrecord with support for writing to DVDs. \ - While its primary purpose is writing data DVDs, it includes basic support \ - for mastering video DVDs. -end - -source_dl = -sources = %{thisapp}.tar.bz2 - -build - configure_options += \ - --disable-static \ - --mandir=/usr/share/man - - test - make check - end -end - -packages - package %{name} - end - - package %{name}-debuginfo - template DEBUGINFO - end -end