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