diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-26 01:57:08 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-26 01:57:08 (GMT) |
commit | 7b29169fff9e7c624890c5edffe85def8a293136 (patch) | |
tree | 47753889faa3a2063b66d1c7e7681e703eb1b39a /abs/core/linhes-scripts/PKGBUILD | |
parent | c491dea779dac29afff3578bf8245943817c2339 (diff) | |
download | linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.zip linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.gz linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.bz2 |
LinHES 6.01.00
Diffstat (limited to 'abs/core/linhes-scripts/PKGBUILD')
-rw-r--r-- | abs/core/linhes-scripts/PKGBUILD | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/abs/core/linhes-scripts/PKGBUILD b/abs/core/linhes-scripts/PKGBUILD new file mode 100644 index 0000000..4b3244f --- /dev/null +++ b/abs/core/linhes-scripts/PKGBUILD @@ -0,0 +1,47 @@ +# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $ +# Maintainer: Cecil Watson<knoppmyth@gmail.com> + +pkgname=linhes-scripts +pkgver=1 +pkgrel=35 +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 +linhes_update.sh +linhes_update2.sh +linhes_update3.sh +) + +build() { + cd $startdir/src + mkdir -p $startdir/pkg/usr/LH/bin + install -D -m755 myt* 770* idle.sh imp* shoo* *commflag*sh mplayer* vdpau* screen* linhes_* $startdir/pkg/usr/LH/bin + mkdir -p $startdir/pkg/etc/sv/pause-mythcommflag/supervise + cp run-pause-mythcommflag $startdir/pkg/etc/sv/pause-mythcommflag/run + mkdir -p $startdir/pkg/etc/sv/limit-mythcommflag/supervise + cp run-limit-mythcommflag $startdir/pkg/etc/sv/limit-mythcommflag/run + mkdir -p $startdir/pkg/etc/logrotate.d/ + cp pause_mythcommflag $startdir/pkg/etc/logrotate.d/ +} |