added gentoo ebuilds
[libmixp.git] / dist / gentoo / net-libs / libmixp / libmixp-0.1.0.2-r1.ebuild
blob0cccd361b4a7494a5565e1c6530fd3cda5ae257a
2 DESCRIPTION="A small 9P protocol library"
3 HOMEPAGE="http://j.metux.de/index.php?option=com_content&task=view&id=51"
4 SRC_URI="http://releases.metux.de/${PN}/${PN}-${PV}.tar.bz2"
6 LICENSE="LGPL"
7 SLOT="0"
8 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
9 IUSE=""
11 DEPEND="sys-libs/stdc-pkgconfig"
13 src_compile() {
14 emake
17 src_install() {
18 emake DESTDIR="${D}" install || die
19 dodoc AUTHORS ChangeLog README