spacepaste

  1.  
  2. # Description: A free and open source software media player and entertainment hub
  3. # URL: http://kodi.tv/
  4. # Maintainer: Matt Housh, jaeger at crux dot ninja
  5. # Depends on: boost dbus glew gnutls gperf jasper jre libass libcdio libmicrohttpd libmodplug libmpeg2 libssh libva libvorbis mysql samba sdl_image swig taglib tinyxml xorg-libxrandr yajl unzip zip dcadec crossguid avahi giflib
  6. name=kodi
  7. version=16.1
  8. release=1
  9. source=(https://github.com/xbmc/xbmc/archive/$version-Jarvis.tar.gz
  10. 9703.diff)
  11. build() {
  12. patch -d xbmc-$version-Jarvis -p1 -i $SRC/9703.diff
  13. cd xbmc-$version-Jarvis
  14. ./bootstrap
  15. CONFIG_SHELL=/bin/bash ./configure --prefix=/usr \
  16. --disable-debug
  17. make
  18. make DESTDIR=$PKG install
  19. find $PKG -name "README*" -delete
  20. }
  21.