# # A new portable thread library. # # The npth 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. All threads run in the same address space # of the server application, but each thread has its own individual # program-counter, run-time stack, signal mask and errno variable. # QICFLAGS="-g0 -Os -march=i586 -mtune=i686" QICXXFLAGS="-g0 -Os -march=i586 -mtune=i686" QILDFLAGS="-s" program=npth version=1.6 release=1 blurb="A new portable thread library." homepage="http://www.gnupg.org" license="LGPLv2+" fetch="http://www.gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2" replace=""