]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - dvdrtools/dvdrtools.nm
sane: Drop package
[people/stevee/ipfire-3.x.git] / dvdrtools / dvdrtools.nm
CommitLineData
fccb2aa5 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
fccb2aa5
BS
4###############################################################################
5
802ea3af
MT
6name = dvdrtools
7version = 0.2.1
8release = 1
fccb2aa5 9
802ea3af
MT
10groups = System/Filesystems
11url = http://savannah.nongnu.org/projects/dvdrtools/
12license = GPLv2+
13summary = A set of command line programs that allows to record media.
fccb2aa5 14
802ea3af 15description
fccb2aa5
BS
16 dvdrtools is a fork of cdrtools/cdrecord with support for writing to DVDs. \
17 While its primary purpose is writing data DVDs, it includes basic support \
18 for mastering video DVDs.
802ea3af
MT
19end
20
21source_dl =
22sources = %{thisapp}.tar.bz2
fccb2aa5 23
802ea3af
MT
24build
25 configure_options += \
26 --disable-static \
27 --mandir=/usr/share/man
fccb2aa5 28
802ea3af
MT
29 test
30 make check
31 end
32end
fccb2aa5 33
802ea3af
MT
34packages
35 package %{name}
36 end
1f9bc2f0
MT
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
802ea3af 41end