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