LinuxSir.cn,穿越时空的Linuxsir!

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

BitStormLite 的PKGBUILD -- 轻量级的BitTorrent下载工具

[复制链接]
发表于 2006-9-28 20:53:47 | 显示全部楼层 |阅读模式
  1. #Maintainer: artofegg <zhanglin22000@gmail.com>
  2. pkgname=BitStormLite
  3. pkgver=0.2b
  4. pkgrel=1
  5. pkgdesc="P2p client like BitTorrent"
  6. url="http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewforum&f=68"
  7. license="GPL"
  8. depends=('gtk2')
  9. makedepends=('gcc')
  10. conflicts=()
  11. replaces=()
  12. backup=()
  13. install=
  14. source=( http://kuga.51.net/temp/BitStormLite-0.2b.tar.gz
  15. )
  16. md5sums=('aeee7ed509289a0f8ade846bf4061674')

  17. build() {
  18.         cd $startdir/src/$pkgname-$pkgver
  19.         mkdir -p $startdir/pkg/usr/bin
  20.         ./configure
  21.         make || return 1
  22.         make DESTDIR=$startdir/pkg install
  23.         ln -s $startdir/pkg/usr/local/bin/bitstormlite $startdir/pkg/usr/bin/bitstormlite
  24. }
复制代码
发表于 2006-9-29 07:45:10 | 显示全部楼层
thank you, and curl needed, but it do not into gnome menu.
回复 支持 反对

使用道具 举报

发表于 2006-9-29 14:55:43 | 显示全部楼层
Post by adsl
thank you, and curl needed, but it do not into gnome menu.

这个没菜单,要在控制台输入bitstormlite,后面就可以自己选种子文件了
回复 支持 反对

使用道具 举报

发表于 2006-9-29 16:39:44 | 显示全部楼层
Post by ougi
这个没菜单,要在控制台输入bitstormlite,后面就可以自己选种子文件了
什么跟什么啊! :beat
回复 支持 反对

使用道具 举报

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

本版积分规则

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