]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
libhtp: latest stable version 0.2.9 added
authorKim Barthel <kbarthel@ipfire.org>
Fri, 2 Nov 2012 06:22:20 +0000 (07:22 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Nov 2012 12:26:37 +0000 (13:26 +0100)
libhtp/libhtp.nm [new file with mode: 0644]

diff --git a/libhtp/libhtp.nm b/libhtp/libhtp.nm
new file mode 100644 (file)
index 0000000..e42cc1e
--- /dev/null
@@ -0,0 +1,50 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libhtp
+version    = 0.2.9
+release    = 1
+
+groups     = System/Libraries
+url        = https://github.com/ironbee/libhtp
+license    = BSD
+summary    = LibHTP is a security-aware parser.
+
+description
+       LibHTP is a security-aware parser for the HTTP protocol and the 
+       related bits and pieces.
+end
+
+thisapp = htp-%{version}
+
+source_dl  = http://www.openinfosecfoundation.org/download/
+sources    = %{thisapp}.tar.gz
+
+build
+       requires
+               gcc
+               pkg-config
+               zlib-devel
+       end
+
+       configure_options += \
+               --disable-static
+
+end
+
+
+
+packages
+       package %{name}
+       end
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end