]> git.ipfire.org Git - ipfire-3.x.git/blame - dos2unix/dos2unix.nm
Merge remote-tracking branch 'maniacikarus/ids'
[ipfire-3.x.git] / dos2unix / dos2unix.nm
CommitLineData
73d58d04 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
73d58d04
MT
4###############################################################################
5
802ea3af
MT
6name = dos2unix
7version = 5.1.1
8release = 1
73d58d04 9
802ea3af
MT
10groups = Applications/Text
11url = http://www.xs4all.nl/~waterlan/dos2unix.html
12license = BSD
13summary = Text file format converters.
73d58d04 14
802ea3af
MT
15description
16 Convert text files with DOS or Mac line endings to Unix line endings and \
17 vice versa.
18end
73d58d04 19
802ea3af 20source_dl =
73d58d04 21
802ea3af
MT
22build
23 requires
24 gettext
25 end
73d58d04 26
802ea3af
MT
27 prepare_cmds
28 rm -rvf po/*/eo-x.*
29 end
73d58d04 30
802ea3af
MT
31 build
32 make %{PARALLELISMFLAGS} \
33 CFLAGS="%{CFLAGS} -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)"
34 end
35end
73d58d04 36
802ea3af
MT
37packages
38 package %{name}
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end