第一个
links@links2 /usr/local/portage/media-sound/mac $ cat mac-3.99-r1.ebuild
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils
DESCRIPTION="tools for the monkey's audio format (ape)"
HOMEPAGE="http://monkeysaudio.com/"
#SRC_URI="http://mrttt.nm.ru/${P}-u4-linux.tar.gz"
SRC_URI="http://www.magiclinux.org/people/jiangtao9999/bmp-0.9.7-final/mac-3.99u
4/${P}u4.tar.bz2"
RESTRICT="nomirror"
S=${WORKDIR}/"${P}u4"
if use xmms ; then
cd ${S}/src/XMMS-Plugin
insinto /usr/lib/xmms/Input
doins libmacinput.so
fi
}
第二个
links@links2 /usr/local/portage/media-sound/beep-mac $ cat beep-mac-0.2.1.ebuild
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils
DESCRIPTION="ape plugin for bmp"
HOMEPAGE="http://monkeysaudio.com/"
#SRC_URI="http://mrttt.nm.ru/${P}.tar.gz"
SRC_URI="http://http://www.magiclinux.org/people/jiangtao9999/bmp-0.9.7-final/source-tar/${P}.tar.bz2"
RESTRICT="nomirror"
#S=${WORKDIR}/"${P}"