]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
dvdrtools: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2016 22:36:14 +0000 (18:36 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Oct 2016 10:50:26 +0000 (06:50 -0400)
Not supported upstream any more

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
dvdrtools/dvdrtools.nm [deleted file]

diff --git a/dvdrtools/dvdrtools.nm b/dvdrtools/dvdrtools.nm
deleted file mode 100644 (file)
index efa3490..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-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