]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libhtp/libhtp.nm
glibc: Update to 2.20
[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
81e4c8da 7version = 0.5.10
e1b29b38
KB
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
81e4c8da 22source_dl = https://github.com/ironbee/%{name}/releases/download/%{version}/
e1b29b38
KB
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}
e1b29b38
KB
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49end