summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-07-10 03:19:54 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-07-10 03:19:54 (GMT)
commit89d0d25ef917ac4f0a5d7345f478605bf4489e26 (patch)
tree8a491f3e4200491bf9574c82b920a3e49646edfe
parentd11f52d5ca56e33f0c462110e58460dafe6e7256 (diff)
downloadlinhes_pkgbuild-89d0d25ef917ac4f0a5d7345f478605bf4489e26.zip
linhes_pkgbuild-89d0d25ef917ac4f0a5d7345f478605bf4489e26.tar.gz
linhes_pkgbuild-89d0d25ef917ac4f0a5d7345f478605bf4489e26.tar.bz2
added limit-mythcommflag.sh and a runit script for it...it requires cpulimit which I added to the depends array
updated myth2mp3, myth2xvid and myth2x264 and fixed the mythwelcome. Closes FS341.
-rw-r--r--abs/core-testing/linhes-scripts/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD
index 8875c69..e939079 100644
--- a/abs/core-testing/linhes-scripts/PKGBUILD
+++ b/abs/core-testing/linhes-scripts/PKGBUILD
@@ -3,20 +3,22 @@
pkgname=linhes-scripts
pkgver=1
-pkgrel=15
+pkgrel=16
pkgdesc="Various scripts that help to make LinHES, LinHES."
arch=('i686' 'x86_64')
license=('GPL2')
-depends=(xosd)
+depends=('xosd' 'cpulimit')
url="http://linhes.org/"
source=(ftp://ftp.knoppmyth.net/R6/sources/linhes-scripts.tar.bz2)
build() {
cd $startdir/src/
mkdir -p $startdir/pkg/usr/LH/bin
- install -D -m755 myt2* 770* idle.sh imp* myth* shoo* pau*sh mplayer* vdpau* screen* mplayer* $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
- cp run $startdir/pkg/etc/sv/pause-mythcommflag/
+ 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/
}