# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="libmqueue is a library which is required by Linux 2.6.6-rc1 or higher and glibc 2.3.3 or older to provide POSIX message queues" HOMEPAGE="http://www-users.mat.uni.torun.pl/~wrona/posix_ipc/" SRC_URI="http://www.mat.uni.torun.pl/~wrona/posix_ipc/${P}.tar.gz" RESTRICT="nomirror" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_compile() { econf || die "configure failed" emake || die "emake failed" } src_install() { einstall || die "einstall failed" }