]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - pth/pth.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / pth / pth.nm
diff --git a/pth/pth.nm b/pth/pth.nm
new file mode 100644 (file)
index 0000000..832d2ab
--- /dev/null
@@ -0,0 +1,47 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = pth
+version    = 2.0.7
+release    = 1
+
+groups     = System/Libraries
+url        = http://www.gnu.org/software/pth
+license    = GPLv3+
+summary    = GNU Pth - The GNU Portable Threads.
+
+description
+       The Pth package contains a very portable POSIX/ANSI-C based library for \
+       Unix platforms which provides non-preemptive priority-based scheduling for \
+       multiple threads of execution (multithreading) inside event-driven \
+       applications.
+end
+
+source_dl  =
+
+build
+       requires
+               libtool
+       end
+
+       PARALLELISMFLAGS = # No parallel build
+
+       configure_options += \
+               --disable-static \
+               --mandir=/usr/share/man
+
+       test
+               make check
+       end
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end