summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system/PKGBUILD
blob: 0e699f4732b6488f8698b5e2e80c2a3a04cd2021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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')