summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/LinHES-system/PKGBUILD')
-rwxr-xr-xabs/core-testing/LinHES-system/PKGBUILD56
1 files changed, 0 insertions, 56 deletions
diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD
deleted file mode 100755
index 0e699f4..0000000
--- a/abs/core-testing/LinHES-system/PKGBUILD
+++ /dev/null
@@ -1,56 +0,0 @@
-pkgname=LinHES-system
-pkgver=1.1
-pkgrel=32
-arch=('i686')
-MVDIR=$startdir/pkg/usr/LH
-BINDIR=$startdir/pkg/usr/bin
-install=LinHES.install
-pkgdesc="scripts and things related to having a automated system"
-depends=(linhes-sounds xdotool)
-backup=(etc/modprobe.d/alsa-base)
-binfiles="LinHES-start optimize_mythdb.py myth_mtc.py myth_mtc.sh LinHES-run firstboot.sh load-modules-mythvantage.sh unclutter-toggle.sh tvterm.sh myth_mtc.lr smolt.cron mythfrontend-start"
-
-source=(LinHES-session LinHES-profile.sh $binfiles alsa-base)
-
-build() {
- cd $startdir/src
- install -m755 -D LinHES-session $startdir/pkg/etc/X11/Sessions/LinHES
- install -m755 -D LinHES-profile.sh $startdir/pkg/etc/profile.d/LinHES-profile.sh
- ####### install to /usr/LH/bin
- for i in $binfiles
- do
- item=$i
- install -m755 -D $item $MVDIR/bin/$item
- echo $item
- done
-
- cd $startdir/bin
- for i in *
- do
- item=$i
- install -m755 -D $item $MVDIR/bin/$item
- echo $item
- done
-
- install -m755 -D $startdir/src/alsa-base $startdir/pkg/etc/modprobe.d/alsa-base
- install -m755 -D $startdir/src/smolt.cron $startdir/pkg/etc/cron.weekly/smolt.cron
- mkdir $startdir/pkg/etc/logrotate.d
- cp $startdir/myth_mtc.lr $startdir/pkg/etc/logrotate.d
-}
-
-
-md5sums=('19934a456d0e112298b8aac3279f9a16'
- '5881bdb43d578ec3a79d1f77ea58a3db'
- 'a875ee97f86e46f34a741c2bc455f894'
- 'cdcbc530224215f8fcf7ebcd93d7eb0b'
- 'c60b6c66f498809a6e5ca18a8c97d336'
- 'ccae1296ef248fa52ec3a7cb820a476e'
- 'b58b59c05faeefd4acbbb7876215c875'
- '18a884a73344ff6eb74f63b49745e0f5'
- 'dc3eef2a624754e16805d72bbe488b67'
- 'dc0be354ce77ba2b89868fc29b942c43'
- '542e670e78d117657f93141e9689f54d'
- 'f1870a9522c79e6b248fcbf81dec3280'
- 'abe887472a170bd1a8e6da6a7b7e93e4'
- '752488eb8bfb672ce0e4c924f7faf3d1'
- 'eb879fee9603a05d5420d4ce8ed9e450')