# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="State Threads Library" HOMEPAGE="http://state-threads.sourceforge.net/" SRC_URI="mirror://sourceforge/state-threads/st-1.4.tar.gz" LICENSE="GPL-2 MPL-1.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-devel/automake" src_compile() { make CONFIG_GUESS_PATH=/usr/share/automake default-debug default-optimized sed "s*@prefix@*/usr*g" st.pc.new rm st.pc mv st.pc.new st.pc } src_install() { dolib.a obj/*.a dolib.so obj/*.so* insinto /usr/lib/st_debug doins *_DBG/libst.* insinto /usr/include doins obj/*.h insinto /usr/lib/pkgconfig doins st.pc dohtml -r docs/ docinto examples dodoc examples/* }