|
发表于 2007-1-6 09:31:45
|
显示全部楼层
gaim里面不是有QQ插件么?- # $Id: PKGBUILD,v 1.86 2006/05/29 21:21:07 jgc Exp $
- # Contributor: Lucien Immink <l.immink@student.fnt.hvu.nl>
- # Maintainer: dorphell <dorphell@archlinux.org>
- pkgname=gaim
- pkgver=2.0.0beta5
- pkgrel=1
- pkgdesc="A GTK+-based messaging client"
- arch=(i686)
- url="http://gaim.sourceforge.net"
- depends=('startup-notification' 'libao' 'gnutls>=1.4.0' 'tk' 'gtkspell' 'libxss')
- options=(NOLIBTOOL)
- source=(http://heanet.dl.sourceforge.net/sourceforge/gaim/gaim-${pkgver}.tar.bz2
- )
- md5sums=()
- build() {
-
- cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr --disable-perl \
- --enable-gtkspell --enable-gnutls=yes \
- --enable-nss=no --disable-gevolution
- make || return 1
- make DESTDIR=${startdir}/pkg install
- }
复制代码 |
|