Advertisement
Guest User

PKGBUILD

a guest
Mar 30th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. # Maintainer: realitygaps <realitygaps AT yahoo DOT com>
  2.  
  3. pkgname=collabtive
  4. pkgver=0.7.5
  5. pkgrel=1
  6. pkgrealver=075
  7. pkgdesc="CollabtiveCollabtive is cloud based groupware, easy and efficient for your projects"
  8. arch=('i686' 'x86_64')
  9. url="http://collabtive.o-dyn.de/"
  10. license=('GPL')
  11. depends=('php')
  12. install='collabtive.install'
  13. source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}${pkgrealver}.zip)
  14. md5sums=('0fe01bfa2dfdda37c8492871a2abb7b6')
  15.  
  16. build() {
  17.   mkdir -p $startdir/pkg/srv/http/collabtive
  18.   cp -r $startdir/src/* $startdir/pkg/srv/http/collabtive/
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement