LinuxSir.cn,穿越时空的Linuxsir!

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

新写的reciteword的PKGBUILD

[复制链接]
发表于 2008-3-30 21:08:48 | 显示全部楼层 |阅读模式
刚从ubuntu转过来,SIR上reciteword的pkgbuild有点老,新写了份。
初次写,欢迎大家拍砖,没有问题的话,可以提交到AUR吗?


  1. #Contributor: Wang Shouju <TheThirdGhost[AT]gmail[DOT]com>

  2. pkgname=reciteword
  3. pkgver=0.8.4
  4. pkgrel=1
  5. pkgdesc="a education software to help people to study English"
  6. arch=(i686 x86_64)
  7. url="http://reciteword.cosoft.org.cn"
  8. license="GPL"
  9. depends=('glibc' 'perlxml' 'esd')
  10. makedepends=()
  11. conflicts=()
  12. replaces=()
  13. backup=()
  14. install=
  15. source=(http://downloads.sourceforge.net/reciteword/$pkgname-$pkgver.tar.bz2)
  16. md5sums=('09fb54601d29c30d3c73ad93fe49399d')


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

本版积分规则

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