]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - dvdrtools/dvdrtools.nm
pdns: Update to version 3.4.7
[people/amarx/ipfire-3.x.git] / dvdrtools / dvdrtools.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = dvdrtools
7 version = 0.2.1
8 release = 1
9
10 groups = System/Filesystems
11 url = http://savannah.nongnu.org/projects/dvdrtools/
12 license = GPLv2+
13 summary = A set of command line programs that allows to record media.
14
15 description
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.
19 end
20
21 source_dl =
22 sources = %{thisapp}.tar.bz2
23
24 build
25 configure_options += \
26 --disable-static \
27 --mandir=/usr/share/man
28
29 test
30 make check
31 end
32 end
33
34 packages
35 package %{name}
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end