diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-05-04 13:38:03 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-05-04 13:38:03 (GMT) |
commit | e3f15cf37dfc1253964b800d3a9d8b1a5447e47c (patch) | |
tree | 9fb2c83459d39865d115a75b7418f4479a72ab9d /abs/extra/kodi-addon-pvr-mythtv/PKGBUILD | |
parent | b1aff49cbaae45dd1cfb6f80b690e9c004bb0869 (diff) | |
download | linhes_pkgbuild-e3f15cf37dfc1253964b800d3a9d8b1a5447e47c.zip linhes_pkgbuild-e3f15cf37dfc1253964b800d3a9d8b1a5447e47c.tar.gz linhes_pkgbuild-e3f15cf37dfc1253964b800d3a9d8b1a5447e47c.tar.bz2 |
kodi-addon-pvr-mythtv-git: replace kodi-addon-pvr-myth and update for kodi 16
Diffstat (limited to 'abs/extra/kodi-addon-pvr-mythtv/PKGBUILD')
-rw-r--r-- | abs/extra/kodi-addon-pvr-mythtv/PKGBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/abs/extra/kodi-addon-pvr-mythtv/PKGBUILD b/abs/extra/kodi-addon-pvr-mythtv/PKGBUILD deleted file mode 100644 index d535338..0000000 --- a/abs/extra/kodi-addon-pvr-mythtv/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Maintainer: dhead666 <myfoolishgames@gmail.com> -# https://github.com/dhead666/archlinux-pkgbuilds -# -# package version generated with # git log -1 --date=short --format="%cd.%h" | tr -d '-' - -pkgname=kodi-addon-pvr-mythtv -_gitname=pvr.mythtv -pkgver=20150719.538e24d -_gitver=538e24d18bdfeef785b7b6d41f934bceafe3cf34 -pkgrel=2 -pkgdesc='MythTV PVR client addon for Kodi' -arch=('i686' 'x86_64') -url="https://github.com/kodi-pvr/$_gitname" -license=('GPL') -groups=('kodi-addons') -makedepends=('cmake' 'kodi-platform-git' 'libplatform') -depends=('kodi>=15.0') -provides=('kodi-pvr-addons') -replaces=('kodi-pvr-addons') -source=("https://github.com/kodi-pvr/$_gitname/archive/$_gitver.tar.gz") -md5sums=('SKIP') - -_prefix='/usr' - -build() { - msg "Starting make..." - - cd "$srcdir/$_gitname-$_gitver" - mkdir -p build && pushd build - cmake \ - -DCMAKE_INSTALL_PREFIX=$_prefix \ - -DCMAKE_BUILD_TYPE=Release \ - .. - make - popd -} - -package() { - cd "$srcdir/$_gitname-$_gitver/build" - make DESTDIR="$pkgdir" install -} |