]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libhtp/libhtp.nm
libhtp: latest stable version 0.2.9 added
[people/ms/ipfire-3.x.git] / libhtp / libhtp.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libhtp
7 version = 0.2.9
8 release = 1
9
10 groups = System/Libraries
11 url = https://github.com/ironbee/libhtp
12 license = BSD
13 summary = LibHTP is a security-aware parser.
14
15 description
16 LibHTP is a security-aware parser for the HTTP protocol and the
17 related bits and pieces.
18 end
19
20 thisapp = htp-%{version}
21
22 source_dl = http://www.openinfosecfoundation.org/download/
23 sources = %{thisapp}.tar.gz
24
25 build
26 requires
27 gcc
28 pkg-config
29 zlib-devel
30 end
31
32 configure_options += \
33 --disable-static
34
35 end
36
37
38
39 packages
40 package %{name}
41 end
42
43 package %{name}-devel
44 template DEVEL
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end