summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/recstat/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-03-25 16:35:20 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-03-25 16:35:20 (GMT)
commitc72e5b283fb8b8cb83158fa8b81c1557b6d4af40 (patch)
treeac455eb8aa9e8c6e2fadb649821a44953033611c /abs/extra-testing/recstat/PKGBUILD
parenteffe3b68b666b2e242bbd53871cde8ad0792463f (diff)
downloadlinhes_pkgbuild-c72e5b283fb8b8cb83158fa8b81c1557b6d4af40.zip
linhes_pkgbuild-c72e5b283fb8b8cb83158fa8b81c1557b6d4af40.tar.gz
linhes_pkgbuild-c72e5b283fb8b8cb83158fa8b81c1557b6d4af40.tar.bz2
recstat: initial include. Does not have support for runit
recstat will need to be modified ref #632
Diffstat (limited to 'abs/extra-testing/recstat/PKGBUILD')
-rw-r--r--abs/extra-testing/recstat/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/extra-testing/recstat/PKGBUILD b/abs/extra-testing/recstat/PKGBUILD
new file mode 100644
index 0000000..84a0943
--- /dev/null
+++ b/abs/extra-testing/recstat/PKGBUILD
@@ -0,0 +1,17 @@
+pkgname=recstat
+pkgver=1
+pkgrel=7
+pkgdesc="pkg to help use the System LEDs for Recording Status"
+arch=('i686' 'x86_64')
+url=""
+depends=('python')
+license=('GPL')
+source=(recstat recstat.py)
+md5sums=('626acb8cdd9e5cdb3a502bc12b828067')
+install=recstat.install
+build () {
+ install -D $startdir/src/recstat $startdir/pkg/etc/rc.d/recstat
+ install -D $startdir/src/recstat.py $startdir/pkg/usr/bin/recstat.py
+}
+md5sums=('7f4ba41b65ed4d693d60d5ea00e8411b'
+ '9477fe77a716c308125eab521cf59f20')