]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - slang/slang.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / slang / slang.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = slang
7 version = 2.1.4
8 major_ver = 2.1
9 release = 1
10
11 groups = System/Libraries
12 url = http://www.jedsoft.org/slang/
13 license = GPLv2+
14 summary = Shared library for the S-Lang extension language.
15
16 description
17 S-Lang is an interpreted language and a programming library.
18 The S-Lang language was designed so that it can be easily embedded
19 into a program to provide the program with a powerful extension
20 language.
21 end
22
23 source_dl = ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v{major_ver}/
24 sources = %{thisapp}.tar.bz2
25
26 build
27 requires
28 ncurses-devel
29 pcre-devel
30 end
31
32 configure_options += \
33 --sysconfdir=/etc
34
35 PARALLELISMFLAGS = # off
36
37 install_cmds
38 rm -rvf %{BUILDROOT}/usr/share/slsh
39 end
40 end
41
42 packages
43 package %{name}
44 end
45
46 package %{name}-devel
47 template DEVEL
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end