Advertisement
Guest User

oxine

a guest
Dec 10th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. pkgname=oxine-svn
  2. _realname=oxine
  3. pkgver=4038
  4. pkgrel=1
  5. pkgdesc="oxine is a lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems."
  6. arch=(i686 x86_64)
  7. depends=('xine-lib')
  8. url="http://oxine.sourceforge.net/"
  9. makedepends=('subversion' 'cvs' 'libcdio')
  10. provides=('oxine')
  11. conflicts=('oxine')
  12. license=('GPL')
  13. source=()
  14. md5sums=()
  15.  
  16. _svnmod="oxine"
  17. _svntrunk="https://oxine.svn.sourceforge.net/svnroot/oxine/trunk/oxine/"
  18.  
  19. build() {
  20. msg "Getting sources..."
  21. svn co $_svntrunk $_svnmod -r $pkgver
  22. cd $_svnmod
  23.  
  24. LANG=C ./autogen.sh --prefix=/usr
  25. sed -e "s:curl\/types.h:curl\/typecheck-gcc.h:" -i $srcdir/$_svnmod/src/download.c
  26. make || return 1
  27. make DESTDIR=${startdir}/pkg install
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement