summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-system/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/mv-core/MythVantage-system/PKGBUILD
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/mv-core/MythVantage-system/PKGBUILD')
-rw-r--r--abs/mv-core/MythVantage-system/PKGBUILD43
1 files changed, 0 insertions, 43 deletions
diff --git a/abs/mv-core/MythVantage-system/PKGBUILD b/abs/mv-core/MythVantage-system/PKGBUILD
deleted file mode 100644
index 895a5ad..0000000
--- a/abs/mv-core/MythVantage-system/PKGBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-pkgname=MythVantage-system
-pkgver=1.0
-pkgrel=11
-arch=('i686')
-MVDIR=$startdir/pkg/usr/MythVantage
-BINDIR=$startdir/pkg/usr/bin
-install=STB.install
-pkgdesc="scripts and things related to having a automated system"
-depends=(unclutter ghosd ncid func wol )
-provides=(STB-system)
-
-binfiles="playmedia.sh STB-start saytime.sh restartfrontend.sh backup_job restore_job.sh update_system update_system_all repo_sync.sh backend_control.sh load-modules-mythvantage.sh file_time_offset.py grabkey.py imdb-bulk-update.pl notify.py optimize_mythdb.py myth_mtc.py myth_mtc.sh firstboot.sh initial_db_run"
-
-source=(startfrontend inittab STBWINDOWMANAGER smolt.cron $binfiles mfegdbcommands.txt mbegdbcommands.txt 45-event.rules)
-
-build() {
- cd $startdir/src
- install -m755 -D STBWINDOWMANAGER $startdir/pkg/etc/X11/STBWINDOWMANAGER
- install -m755 -D startfrontend $startdir/pkg/etc/X11/Sessions/STB
- install -m755 -D mfegdbcommands.txt $MVDIR/mfegdbcommands.txt
- install -m755 -D mbegdbcommands.txt $MVDIR/mbegdbcommands.txt
-####### install to /usr/MythVantage/bin/
-mkdir -p $BINDIR
-for i in $binfiles
-do
- item=$i
- install -m755 -D $item $MVDIR/bin/$item
- echo $item
- cd $BINDIR
- pwd
- ln -s ../MythVantage/bin/$i .
-
- cd -
-done
-##########
-
- install -m755 -D smolt.cron $startdir/pkg/etc/cron.weekly/smolt.cron
-
- install -m755 -D 45-event.rules $startdir/pkg/etc/udev/rules.d/45-event.rules
-
-
-}
-