]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - dos2unix/dos2unix.nm
dosfstools: Update to 3.0.26.
[people/ms/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 6name = dos2unix
5d25f1b3 7version = 6.0.2
802ea3af 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 15description
5d25f1b3 16 Convert text files with DOS or Mac line endings to Unix line endings and
802ea3af
MT
17 vice versa.
18end
73d58d04 19
5d25f1b3 20source_dl = http://waterlan.home.xs4all.nl/dos2unix/
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