]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libhtp/libhtp.nm
Merge remote-tracking branch 'stevee/updates'
[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.5.10
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 = https://github.com/ironbee/%{name}/releases/download/%{version}/
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
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end