LinuxSir.cn,穿越时空的Linuxsir!

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

[PKGBUILD] bitstorm-svn

[复制链接]
发表于 2006-5-6 02:14:22 | 显示全部楼层 |阅读模式
软件名:bitstorm-svn
软件简介:C语言编写的 bittorrent 客户端
补丁:无
编写:fallen
提交日期:2006年05月06日
下面是PKGBUILD的内容:

  1. # Contributer: fallen <falleny@gmail.com>

  2. pkgname=bitstorm-svn
  3. provides=bitstorm
  4. pkgver=1
  5. pkgrel=1
  6. pkgdesc="A bittorrent client written in C"
  7. url="http://spaces.msn.com/Bit-Storm"
  8. license=""
  9. depends=('gtk2')
  10. makedepends=('subversion')
  11. source=()
  12. md5sums=()

  13. _svntrunk=https://ako.3322.org/svn/repos/svn-BitStormLite/trunk
  14. _svnmod=bitstorm

  15. build() {
  16.   cd $startdir/src
  17.   # Be sure to have a ~/.subversion.  If it doesn't exist, touch it.
  18.   touch ~/.subversion
  19.   svn co $_svntrunk $_svnmod
  20.   cp -r $_svnmod $_svnmod-build
  21.   cd $_svnmod-build/$_svnmod
  22.   ./configure --prefix=/usr
  23.   make || return 1
  24.   make DESTDIR=$startdir/pkg install
  25. }
复制代码
发表于 2006-10-20 10:06:52 | 显示全部楼层
svn地址已经变了,应该如下

_svntrunk=https://svn.sourceforge.net/svnroot/bbom/trunk
_svnmod=bbom
回复 支持 反对

使用道具 举报

发表于 2006-10-20 10:31:33 | 显示全部楼层
有几个文件需要有执行权限,不过svn下来的没有。
configure,missing这两个文件。
回复 支持 反对

使用道具 举报

发表于 2006-11-7 17:22:44 | 显示全部楼层
Thanks fallen's great work.I have done some little work based your PKGBUILD file to make it running.
I have tried it server times and it work fine.
Enjoying!
[php]
# $Id: PKGBUILD,v 1.89 2006/10/12 22:36:20 jgc Exp $
# Contributer: fallen <falleny@gmail.com>,jazzi <jazzihong22@gmail.com>
# Maintainer : gxcoo <gxcoo@hotmail.com>

pkgname=BitStormLite
pkgver=0.2c
pkgrel=1
pkgdesc="A bittorrent client written in C"
url="http://sourceforge.net/projects/bbom/"
license=""
depends=('gtk2' 'curl')
source=(http://jaist.dl.sourceforge.net/sourceforge/bbom/BitStormLite-0.2c.tar.gz)
md5sums=(e31b4c734af9d0b7867640eefda8c28d)

build() {
  cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
  chmod 777 configure missing
  make || return 1
  make DESTDIR=$startdir/pkg install
}
[/php]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

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

本版积分规则

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