]> git.ipfire.org Git - ipfire-3.x.git/blame - dos2unix/dos2unix.nm
systemd: Update to 242
[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
eb3c0908 7version = 7.3.4
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 build
28 make %{PARALLELISMFLAGS} \
eb3c0908 29 CFLAGS_USER="%{CFLAGS}" LDFLAGS_USER="%{LDFLAGS}"
802ea3af
MT
30 end
31end
73d58d04 32
802ea3af
MT
33packages
34 package %{name}
1f9bc2f0
MT
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
802ea3af 39end