]> git.ipfire.org Git - ipfire-3.x.git/blob - joe/joe.nm
git: Update to 2.23.0
[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 = 4.3
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 = https://sourceforge.net/projects/joe-editor/files/JOE%20sources/%{thisapp}/
21
22 build
23 requires
24 ncurses-devel
25 end
26 end
27
28 packages
29 package %{name}
30
31 package %{name}-debuginfo
32 template DEBUGINFO
33 end
34 end