mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
alarm/kodi-c1 to 14.0-4
This commit is contained in:
parent
4076b693b7
commit
8fbfa255d2
1 changed files with 4 additions and 3 deletions
|
@ -17,7 +17,7 @@ pkgname=('kodi-c1' 'kodi-c1-eventclients')
|
|||
_commit=92759dc745082bc3a890ce4648e02a37bf221118
|
||||
pkgver=14.0
|
||||
_codename=Helix
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('armv7h')
|
||||
url="http://kodi.tv"
|
||||
license=('GPL2')
|
||||
|
@ -103,6 +103,7 @@ package_kodi-c1() {
|
|||
'unrar: Archives support'
|
||||
'unzip: Archives support'
|
||||
'upower: Display battery level'
|
||||
'lsb-release: log distro information in crashlog'
|
||||
)
|
||||
install="kodi.install"
|
||||
provides=('xbmc' 'kodi')
|
||||
|
@ -131,7 +132,7 @@ package_kodi-c1-eventclients() {
|
|||
|
||||
make DESTDIR="$pkgdir" eventclients WII_EXTRA_OPTS=-DCWIID_OLD
|
||||
|
||||
install -dm755 "$pkgdir/usr/share/$pkgbase/eventclients"
|
||||
mv "$pkgdir/kodi"/* "$pkgdir/usr/share/$pkgbase/eventclients"
|
||||
install -dm755 "$pkgdir/usr/lib/python2.7/$pkgbase"
|
||||
mv "$pkgdir/kodi"/* "$pkgdir/usr/lib/python2.7/$pkgbase"
|
||||
rmdir "$pkgdir/kodi"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue