]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - joe/joe.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/ipfire-3.x.git] / joe / joe.nm
CommitLineData
ea140a2a 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
ea140a2a
SS
4###############################################################################
5
802ea3af
MT
6name = joe
7version = 3.7
8release = 1
cf37c885 9
802ea3af
MT
10groups = Applications/Editors
11url = http://joe-editor.sourceforge.net/
12license = GPLv2+
13summary = A small text editor similar to wordstar in matter of usage.
ea140a2a 14
802ea3af 15description
ea140a2a
SS
16 Joe is a small and friendly text editor which provides the look \
17 and feel of the good old wordstar.
802ea3af
MT
18end
19
20source_dl =
21
22build
23 requires
24 libselinux-devel
25 end
ea140a2a 26
802ea3af
MT
27 configure_options += \
28 --sysconfdir=/etc
29end
ea140a2a 30
802ea3af
MT
31packages
32 package %{name}
33 end
1f9bc2f0
MT
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
802ea3af 38end