]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libhtp/libhtp.nm
xorg-x11-drv-vmware: Update to 13.0.0.
[people/ms/ipfire-3.x.git] / libhtp / libhtp.nm
CommitLineData
e1b29b38
KB
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libhtp
7version = 0.2.9
8release = 1
9
10groups = System/Libraries
11url = https://github.com/ironbee/libhtp
12license = BSD
13summary = LibHTP is a security-aware parser.
14
15description
16 LibHTP is a security-aware parser for the HTTP protocol and the
17 related bits and pieces.
18end
19
20thisapp = htp-%{version}
21
22source_dl = http://www.openinfosecfoundation.org/download/
23sources = %{thisapp}.tar.gz
24
25build
26 requires
27 gcc
28 pkg-config
29 zlib-devel
30 end
31
32 configure_options += \
33 --disable-static
34
35end
36
37
38
39packages
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
50end