Portage is a package management system used by Gentoo Linux
# ChangeLog for net-libs/libdexter
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libdexter/ChangeLog,v 1.1 2007/04/13 23:59:11 dragonheart Exp $
*libdexter-0.1.4 (13 Apr 2007)
13 Apr 2007;
initial import thanks to Philip Kovacs as per bug #159668
DIST libdexter-0.1.4.tar.bz2 393545 RMD160 f4eb175300fcefc67e77a9a0dc529ea23082e63e SHA1 32d9e481e448d72ed77e117a69504571dadeac56 SHA256 bdddbba7cf2e21c8fe54735c4577b4b512679096af820cff2f8510bb90ac7a43
EBUILD libdexter-0.1.4.ebuild 825 RMD160 de6d83e1856066178d7ba884cbb442228e2090a3 SHA1 7f1d1f0b54e734c1a50d3d77d94db278d26d198a SHA256 66a4dfbdbc28a61881c7c01335d78cbb3fc2e8e947b18f249f271d11a2f248fa
MISC ChangeLog 379 RMD160 6726609a641c5153f9ab067355443dea0ccac1c9 SHA1 3f36640fda670443258a25cb5d1f17773e1d9096 SHA256 1d006cae8555112385ed2f67ee86a37dfa9a4bdfeb9c20f51cd868478a0669df
MISC metadata.xml 223 RMD160 cff01eb73aa788a3f9b500b8e062baff25f98969 SHA1 620bcbfe3e4f48937207c8c4d03a1c5ae594632c SHA256 a7a47d67e632d5aa22da27dd605894f524342fe0475ddae5113d037f81a6c180
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libdexter/libdexter-0.1.4.ebuild,v 1.3 2008/02/14 05:38:01 mr_bones_ Exp $
inherit flag-o-matic
DESCRIPTION="Libdexter is a plugin-based, distributed sampling library"
HOMEPAGE="http://www.libdexter.org"
SRC_URI="mirror://sourceforge/libdexter/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND=""
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.15
>=dev-libs/glib-2.10
doc? (
>=dev-util/gtk-doc-1.6
~app-text/docbook-xml-dtd-4.1.2
)"
src_compile() {
econf \
$(use_enable doc gtk-doc) \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc README NEWS AUTHORS TODO
}