|
|
- # Distributed under the terms of the GNU General Public License v2
- # $Header: $
- DESCRIPTION="Record your desktop session to a GIF file."
- HOMEPAGE="http://www.freedesktop.org/~company/byzanz/"
- SRC_URI="http://www.freedesktop.org/~company/byzanz/${P}.tar.gz"
- S="${WORKDIR}/${P}"
- LICENSE="GPL-2"
- SLOT="0"
- KEYWORDS="~x86"
- IUSE=""
- DEPEND=">=x11-misc/xvidcap-1.1.3-r2"
- src_unpack() {
- unpack "${A}"
- cd "${S}"
- }
- src_compile() {
- econf || die "Configuration failed"
- emake || die "Compilation failed"
- }
- src_install() {
- einstall || die
- }
复制代码 |
|