LinuxSir.cn,穿越时空的Linuxsir!

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

[PKGBUILD]BitStormLite

[复制链接]
发表于 2005-12-8 00:27:40 | 显示全部楼层 |阅读模式
软件名:BitStormLite
版本:0.2
软件简介:A BitTorrent Client written in C++ and GTK2
补丁:无
编写:henryouly
提交日期:2005年12月8日


  1. pkgname=BitStormLite
  2. pkgver=0.2
  3. pkgrel=1
  4. pkgdesc="A BitTorrent Client written in C++ and GTK2"
  5. url=""
  6. license="GPLv2"
  7. depends=('xorg' 'gtk2' 'curl')
  8. makedepends=()
  9. conflicts=()
  10. replaces=()
  11. backup=()
  12. install=
  13. source=(http://www.socks5cn.com/bitstorm/$pkgname-$pkgver.tar.gz)

  14. build() {
  15.   cd $startdir/src/$pkgname-$pkgver
  16.   ./configure --prefix=/usr --sysconfdir=/etc
  17.   make || return 1
  18.   make DESTDIR=$startdir/pkg install
  19. }
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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