diff options
Diffstat (limited to 'abs/core-testing/mythinstall-22/PKGBUILD')
-rw-r--r-- | abs/core-testing/mythinstall-22/PKGBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/abs/core-testing/mythinstall-22/PKGBUILD b/abs/core-testing/mythinstall-22/PKGBUILD new file mode 100644 index 0000000..89cca2f --- /dev/null +++ b/abs/core-testing/mythinstall-22/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer: Jams +pkgname=mythinstall-22 +pkgver=2 +pkgrel=1 +pkgdesc="LinHES installer/systemconfig GUI." +arch=i686 +depends=() +makedepends=(mythtv-release-fixes-22) + +source=(mythinstall.bin) + +build() { + +# It is assumed that you have built the mythtv package in the same +# LinHES-PKGBUILD area. + MVBINDIR=$startdir/pkg/usr/MythVantage/bin + mkdir -p $MVBINDIR + install -m 0755 mythinstall.bin $MVBINDIR/MythVantage + cd $MVBINDIR + ln -s MythVantage mythvantage + ln -s MythVantage mythinstall + cd - +} |