Created
September 16, 2012 05:44
-
-
Save swiftgeek/3731161 to your computer and use it in GitHub Desktop.
xbmc-addon-polish-media
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Tomasz "ludvick" Niedzielski <ludvick0[at]gmail[dot]com> | |
# Contributor: Swift Geek | |
pkgname=xbmc-addon-polish-media | |
_filename=repository.smuto | |
pkgver=1.2.0 | |
pkgrel=2 | |
pkgdesc="Wtyczka dla xbmc do odbioru TVNPlayer, vod.tvp.pl, ipla.tv, niektorych polskich stacji radiowych (Moje Polskie Radio) i wiele wiecej." | |
url="http://code.google.com/p/smuto/" | |
license=('GPL3') | |
arch=('any') | |
depends=('xbmc') | |
optdepends=('xbmc-module-cryptopy') | |
makedepends=('unzip') | |
source=("http://smuto.googlecode.com/files/${_filename}-${pkgver}.zip") | |
md5sums=('69287bffe06385d3f315cf3a1a6617ed') | |
package() { | |
mkdir -pm755 $pkgdir/usr/share/xbmc/addons/${_filename} | |
install -Dm644 $srcdir/$_filename/* $pkgdir/usr/share/xbmc/addons/${_filename} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment