Advertisement
Guest User

PKGBUILD fix for xbmc-skin-transparency

a guest
Jun 3rd, 2010
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. # Contributor: Ralf Barth <archlinux dot or at haggy dot org>
  2. # Contributor: Richard Atkinson atkinsonr at gmail
  3.  
  4. pkgname=xbmc-skin-transparency
  5. pkgver=2.11
  6. pkgrel=1
  7. pkgdesc="Transparency! skin for XBMC"
  8. arch=('i686' 'x86_64')
  9. url="http://xbmc.org/skins/transparency/"
  10. source=("http://sshcs.com/xbmc/binaries/skins/Transparency!/Transparency!.rar")
  11. depends=('xbmc')
  12. makedepends=('unrar')
  13. provides=()
  14. groups=('multimedia')
  15. license=('GPL')
  16. md5sums=('e5f08537937116f772d80f9326770dd9')
  17. options=()
  18.  
  19. build() {
  20.     #Copy tree to share location
  21.     mkdir -p $pkgdir/opt/xbmc/skin
  22.     cd $srcdir
  23.     unrar x "Transparency!.rar"
  24.     cp -r "$startdir/src/Transparency!" "$pkgdir/opt/xbmc/skin/"
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement