# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" DESCRIPTION="MOD only (XM, IT, S3M, MOD, MTM, UMX) version of BASS" HOMEPAGE="http://www.un4seen.com/bassmod.html" SRC_URI="http://us.un4seen.com/files/bass24-linux.zip" LICENSE="free-noncomm" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="doc" RESTRICT="mirror strip" DEPEND="app-arch/unzip" src_compile() { :; } src_install() { insinto /usr/include doins bass.h use doc && dodoc bass.txt if use x86 ; then dolib.so libbass.so else dolib.so x64/libbass.so fi }