LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 514|回复: 0

byzanz--Record your desktop session to a GIF file.

[复制链接]
发表于 2006-2-7 18:45:11 | 显示全部楼层 |阅读模式
  1. # Distributed under the terms of the GNU General Public License v2
  2. # $Header: $

  3. DESCRIPTION="Record your desktop session to a GIF file."
  4. HOMEPAGE="http://www.freedesktop.org/~company/byzanz/"
  5. SRC_URI="http://www.freedesktop.org/~company/byzanz/${P}.tar.gz"
  6. S="${WORKDIR}/${P}"

  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~x86"
  10. IUSE=""

  11. DEPEND=">=x11-misc/xvidcap-1.1.3-r2"

  12. src_unpack() {
  13.         unpack "${A}"
  14.         cd "${S}"
  15. }

  16. src_compile() {
  17.         econf || die "Configuration failed"
  18.         emake || die "Compilation failed"
  19. }
  20. src_install() {
  21.         einstall || die
  22. }
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表