LinuxSir.cn,穿越时空的Linuxsir!

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

openfetion-2.0.7.ebuild

[复制链接]
发表于 2010-12-1 11:11:04 | 显示全部楼层 |阅读模式
  1. # Copyright 1999-2010 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: $
  4. EAPI="2"
  5. inherit eutils
  6. DESCRIPTION="A GTK IM client using CHINA MOBILE's Fetion Protocol 4"
  7. HOMEPAGE="http://code.google.com/p/ofetion/"
  8. SRC_URI="http://ofetion.googlecode.com/files/${P}.tar.gz"
  9. RESTRICT="mirror"
  10. LICENSE="GPL-2"
  11. SLOT="0"
  12. KEYWORDS="~x86 ~amd64"
  13. IUSE="debug gstreamer libnotify networkmanager xscreensaver"
  14. DEPEND="dev-db/sqlite:3
  15. >=dev-libs/glib-2.14
  16. dev-libs/libxml2
  17. dev-libs/openssl
  18. gstreamer? ( media-libs/gstreamer )
  19. networkmanager? ( >=net-misc/networkmanager-0.5.0 )
  20. libnotify? ( x11-libs/libnotify )
  21. >=x11-libs/gtk+-2.16.6
  22. xscreensaver? ( x11-apps/xscreensaver )"
  23. RDEPEND=${DEPEND}
  24. src_configure() {
  25. econf \
  26. $(use_enable debug) \
  27. $(use_enable gstreamer gst) \
  28. $(use_enable libnotify) \
  29. $(use_enable networkmanager nm) \
  30. $(use_enable xscreensaver screensaver)
  31. }
  32. src_install() {
  33. emake DESTDIR="${D}" install || die "Install failed"
  34. }
复制代码

怪异,tab键在论坛code下不显示
https://github.com/Havanna/overl ... fetion-2.0.7.ebuild
发表于 2010-12-1 11:32:37 | 显示全部楼层
感谢了!好东西!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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