summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-08-15 05:31:58 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-08-15 05:31:58 (GMT)
commitac3fcc84dfa0692cf2b11a04d7266da47c2ff89c (patch)
treef86d811d39857cab00585406f6dcade718f06d72
parent119437a1508554051d060f88530263f3eb2204fb (diff)
downloadlinhes_pkgbuild-ac3fcc84dfa0692cf2b11a04d7266da47c2ff89c.zip
linhes_pkgbuild-ac3fcc84dfa0692cf2b11a04d7266da47c2ff89c.tar.gz
linhes_pkgbuild-ac3fcc84dfa0692cf2b11a04d7266da47c2ff89c.tar.bz2
linhes-scripts: repackage so src package contains files
-rwxr-xr-xabs/core-testing/linhes-scripts/770-wrapper.sh (renamed from abs/core-testing/linhes-scripts/scripts/770-wrapper.sh)0
-rw-r--r--abs/core-testing/linhes-scripts/PKGBUILD25
-rwxr-xr-xabs/core-testing/linhes-scripts/idle.sh (renamed from abs/core-testing/linhes-scripts/scripts/idle.sh)0
-rwxr-xr-xabs/core-testing/linhes-scripts/importfiles.sh (renamed from abs/core-testing/linhes-scripts/scripts/importfiles.sh)0
-rwxr-xr-xabs/core-testing/linhes-scripts/limit-mythcommflag.sh (renamed from abs/core-testing/linhes-scripts/scripts/limit-mythcommflag.sh)0
-rwxr-xr-xabs/core-testing/linhes-scripts/mplayer-resumer-vdpau.pl (renamed from abs/core-testing/linhes-scripts/scripts/mplayer-resumer-vdpau.pl)0
-rwxr-xr-xabs/core-testing/linhes-scripts/mplayer-resumer.pl (renamed from abs/core-testing/linhes-scripts/scripts/mplayer-resumer.pl)0
-rwxr-xr-xabs/core-testing/linhes-scripts/myth2mp3 (renamed from abs/core-testing/linhes-scripts/scripts/myth2mp3)0
-rwxr-xr-xabs/core-testing/linhes-scripts/myth2x264 (renamed from abs/core-testing/linhes-scripts/scripts/myth2x264)0
-rwxr-xr-xabs/core-testing/linhes-scripts/myth2xvid (renamed from abs/core-testing/linhes-scripts/scripts/myth2xvid)0
-rwxr-xr-xabs/core-testing/linhes-scripts/mythwelcome-set-alarm.sh (renamed from abs/core-testing/linhes-scripts/scripts/mythwelcome-set-alarm.sh)0
-rwxr-xr-xabs/core-testing/linhes-scripts/mythwelcome-test-wakeup.sh (renamed from abs/core-testing/linhes-scripts/scripts/mythwelcome-test-wakeup.sh)0
-rwxr-xr-xabs/core-testing/linhes-scripts/pause-mythcommflag.sh (renamed from abs/core-testing/linhes-scripts/scripts/pause-mythcommflag.sh)0
-rwxr-xr-xabs/core-testing/linhes-scripts/pause_mythcommflag (renamed from abs/core-testing/linhes-scripts/scripts/pause_mythcommflag)0
-rwxr-xr-xabs/core-testing/linhes-scripts/run-limit-mythcommflag (renamed from abs/core-testing/linhes-scripts/scripts/run-limit-mythcommflag)0
-rwxr-xr-xabs/core-testing/linhes-scripts/run-pause-mythcommflag (renamed from abs/core-testing/linhes-scripts/scripts/run-pause-mythcommflag)0
-rwxr-xr-xabs/core-testing/linhes-scripts/screenshooter.sh (renamed from abs/core-testing/linhes-scripts/scripts/screenshooter.sh)0
-rwxr-xr-xabs/core-testing/linhes-scripts/shootscreens-mythtv.sh (renamed from abs/core-testing/linhes-scripts/scripts/shootscreens-mythtv.sh)0
-rwxr-xr-xabs/core-testing/linhes-scripts/shootscreens.sh (renamed from abs/core-testing/linhes-scripts/scripts/shootscreens.sh)0
-rwxr-xr-xabs/core-testing/linhes-scripts/vdpau-detector (renamed from abs/core-testing/linhes-scripts/scripts/vdpau-detector)0
20 files changed, 23 insertions, 2 deletions
diff --git a/abs/core-testing/linhes-scripts/scripts/770-wrapper.sh b/abs/core-testing/linhes-scripts/770-wrapper.sh
index 65573f4..65573f4 100755
--- a/abs/core-testing/linhes-scripts/scripts/770-wrapper.sh
+++ b/abs/core-testing/linhes-scripts/770-wrapper.sh
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
diff --git a/abs/core-testing/linhes-scripts/scripts/idle.sh b/abs/core-testing/linhes-scripts/idle.sh
index f95b9fa..f95b9fa 100755
--- a/abs/core-testing/linhes-scripts/scripts/idle.sh
+++ b/abs/core-testing/linhes-scripts/idle.sh
diff --git a/abs/core-testing/linhes-scripts/scripts/importfiles.sh b/abs/core-testing/linhes-scripts/importfiles.sh
index 84f1ab5..84f1ab5 100755
--- a/abs/core-testing/linhes-scripts/scripts/importfiles.sh
+++ b/abs/core-testing/linhes-scripts/importfiles.sh
diff --git a/abs/core-testing/linhes-scripts/scripts/limit-mythcommflag.sh b/abs/core-testing/linhes-scripts/limit-mythcommflag.sh
index 8ca61c7..8ca61c7 100755
--- a/abs/core-testing/linhes-scripts/scripts/limit-mythcommflag.sh
+++ b/abs/core-testing/linhes-scripts/limit-mythcommflag.sh
diff --git a/abs/core-testing/linhes-scripts/scripts/mplayer-resumer-vdpau.pl b/abs/core-testing/linhes-scripts/mplayer-resumer-vdpau.pl
index 9c82158..9c82158 100755
--- a/abs/core-testing/linhes-scripts/scripts/mplayer-resumer-vdpau.pl
+++ b/abs/core-testing/linhes-scripts/mplayer-resumer-vdpau.pl
diff --git a/abs/core-testing/linhes-scripts/scripts/mplayer-resumer.pl b/abs/core-testing/linhes-scripts/mplayer-resumer.pl
index c785a25..c785a25 100755
--- a/abs/core-testing/linhes-scripts/scripts/mplayer-resumer.pl
+++ b/abs/core-testing/linhes-scripts/mplayer-resumer.pl
diff --git a/abs/core-testing/linhes-scripts/scripts/myth2mp3 b/abs/core-testing/linhes-scripts/myth2mp3
index 89181c1..89181c1 100755
--- a/abs/core-testing/linhes-scripts/scripts/myth2mp3
+++ b/abs/core-testing/linhes-scripts/myth2mp3
diff --git a/abs/core-testing/linhes-scripts/scripts/myth2x264 b/abs/core-testing/linhes-scripts/myth2x264
index 014fcbe..014fcbe 100755
--- a/abs/core-testing/linhes-scripts/scripts/myth2x264
+++ b/abs/core-testing/linhes-scripts/myth2x264
diff --git a/abs/core-testing/linhes-scripts/scripts/myth2xvid b/abs/core-testing/linhes-scripts/myth2xvid
index d0fcb42..d0fcb42 100755
--- a/abs/core-testing/linhes-scripts/scripts/myth2xvid
+++ b/abs/core-testing/linhes-scripts/myth2xvid
diff --git a/abs/core-testing/linhes-scripts/scripts/mythwelcome-set-alarm.sh b/abs/core-testing/linhes-scripts/mythwelcome-set-alarm.sh
index 6dbd39e..6dbd39e 100755
--- a/abs/core-testing/linhes-scripts/scripts/mythwelcome-set-alarm.sh
+++ b/abs/core-testing/linhes-scripts/mythwelcome-set-alarm.sh
diff --git a/abs/core-testing/linhes-scripts/scripts/mythwelcome-test-wakeup.sh b/abs/core-testing/linhes-scripts/mythwelcome-test-wakeup.sh
index 4aadf6d..4aadf6d 100755
--- a/abs/core-testing/linhes-scripts/scripts/mythwelcome-test-wakeup.sh
+++ b/abs/core-testing/linhes-scripts/mythwelcome-test-wakeup.sh
diff --git a/abs/core-testing/linhes-scripts/scripts/pause-mythcommflag.sh b/abs/core-testing/linhes-scripts/pause-mythcommflag.sh
index 4da808b..4da808b 100755
--- a/abs/core-testing/linhes-scripts/scripts/pause-mythcommflag.sh
+++ b/abs/core-testing/linhes-scripts/pause-mythcommflag.sh
diff --git a/abs/core-testing/linhes-scripts/scripts/pause_mythcommflag b/abs/core-testing/linhes-scripts/pause_mythcommflag
index c20f9b0..c20f9b0 100755
--- a/abs/core-testing/linhes-scripts/scripts/pause_mythcommflag
+++ b/abs/core-testing/linhes-scripts/pause_mythcommflag
diff --git a/abs/core-testing/linhes-scripts/scripts/run-limit-mythcommflag b/abs/core-testing/linhes-scripts/run-limit-mythcommflag
index 38ca45f..38ca45f 100755
--- a/abs/core-testing/linhes-scripts/scripts/run-limit-mythcommflag
+++ b/abs/core-testing/linhes-scripts/run-limit-mythcommflag
diff --git a/abs/core-testing/linhes-scripts/scripts/run-pause-mythcommflag b/abs/core-testing/linhes-scripts/run-pause-mythcommflag
index 8bd25ac..8bd25ac 100755
--- a/abs/core-testing/linhes-scripts/scripts/run-pause-mythcommflag
+++ b/abs/core-testing/linhes-scripts/run-pause-mythcommflag
diff --git a/abs/core-testing/linhes-scripts/scripts/screenshooter.sh b/abs/core-testing/linhes-scripts/screenshooter.sh
index 9e35786..9e35786 100755
--- a/abs/core-testing/linhes-scripts/scripts/screenshooter.sh
+++ b/abs/core-testing/linhes-scripts/screenshooter.sh
diff --git a/abs/core-testing/linhes-scripts/scripts/shootscreens-mythtv.sh b/abs/core-testing/linhes-scripts/shootscreens-mythtv.sh
index db01147..db01147 100755
--- a/abs/core-testing/linhes-scripts/scripts/shootscreens-mythtv.sh
+++ b/abs/core-testing/linhes-scripts/shootscreens-mythtv.sh
diff --git a/abs/core-testing/linhes-scripts/scripts/shootscreens.sh b/abs/core-testing/linhes-scripts/shootscreens.sh
index 7b1260c..7b1260c 100755
--- a/abs/core-testing/linhes-scripts/scripts/shootscreens.sh
+++ b/abs/core-testing/linhes-scripts/shootscreens.sh
diff --git a/abs/core-testing/linhes-scripts/scripts/vdpau-detector b/abs/core-testing/linhes-scripts/vdpau-detector
index c8cd155..c8cd155 100755
--- a/abs/core-testing/linhes-scripts/scripts/vdpau-detector
+++ b/abs/core-testing/linhes-scripts/vdpau-detector