diff options
Diffstat (limited to 'abs/core-testing/linhes-scripts/PKGBUILD')
-rw-r--r-- | abs/core-testing/linhes-scripts/PKGBUILD | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD index 365f177..fb66bff 100644 --- a/abs/core-testing/linhes-scripts/PKGBUILD +++ b/abs/core-testing/linhes-scripts/PKGBUILD @@ -3,15 +3,36 @@ pkgname=linhes-scripts pkgver=1 -pkgrel=21 +pkgrel=23 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') depends=('xosd' 'cpulimit') url="http://linhes.org/" +source=( +myth2xvid +shootscreens.sh +mplayer-resumer-vdpau.pl +run-pause-mythcommflag +shootscreens-mythtv.sh +importfiles.sh +myth2mp3 +mplayer-resumer.pl +mythwelcome-test-wakeup.sh +pause-mythcommflag.sh +myth2x264 +770-wrapper.sh +mythwelcome-set-alarm.sh +pause_mythcommflag +limit-mythcommflag.sh +vdpau-detector +idle.sh +screenshooter.sh +run-limit-mythcommflag +) build() { - cd $startdir/scripts + cd $startdir/src mkdir -p $startdir/pkg/usr/LH/bin install -D -m755 myt* 770* idle.sh imp* shoo* *commflag*sh mplayer* vdpau* screen* $startdir/pkg/usr/LH/bin mkdir -p $startdir/pkg/etc/sv/pause-mythcommflag/supervise |