diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-25 17:02:36 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-25 17:02:36 (GMT) |
commit | 08532d47763dea9985faa9ad996a31df87400fb7 (patch) | |
tree | a2a5c00dd8cb8be1d0a5c2dda2d3b787fed53581 /abs/extra-testing/recstat/PKGBUILD | |
parent | 1b80c6bf68b69f9b7befe14f975a079efc9d3811 (diff) | |
download | linhes_pkgbuild-08532d47763dea9985faa9ad996a31df87400fb7.zip linhes_pkgbuild-08532d47763dea9985faa9ad996a31df87400fb7.tar.gz linhes_pkgbuild-08532d47763dea9985faa9ad996a31df87400fb7.tar.bz2 |
recstat: added run file.
-More cleanup for recstat.py.
-removed recstat which is used for init
closes #632
Diffstat (limited to 'abs/extra-testing/recstat/PKGBUILD')
-rw-r--r-- | abs/extra-testing/recstat/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/extra-testing/recstat/PKGBUILD b/abs/extra-testing/recstat/PKGBUILD index ba67bd5..023a0ed 100644 --- a/abs/extra-testing/recstat/PKGBUILD +++ b/abs/extra-testing/recstat/PKGBUILD @@ -1,19 +1,19 @@ pkgname=recstat pkgver=1 -pkgrel=13 +pkgrel=20 pkgdesc="pkg to help use the System LEDs for Recording Status" arch=('i686' 'x86_64') url="" depends=('python' 'python-pyserial') license=('GPL') -source=(recstat recstat.py) +source=(recstat recstat.py run) md5sums=('626acb8cdd9e5cdb3a502bc12b828067') install=recstat.install build () { - install -D $startdir/src/recstat $startdir/pkg/etc/rc.d/recstat +# install -D $startdir/src/recstat $startdir/pkg/etc/rc.d/recstat install -D $startdir/src/recstat.py $startdir/pkg/usr/bin/recstat.py + install -D $startdir/src/run $startdir/pkg/etc/sv/recstat/run } md5sums=('7f4ba41b65ed4d693d60d5ea00e8411b' - '9477fe77a716c308125eab521cf59f20') -md5sums=('7f4ba41b65ed4d693d60d5ea00e8411b' - '810ee7a073e8f417ab18e146ebf3b900') + '7bc206d78a096e6ee80b9bb346619ed4' + '3a7cd3382212650e9233b910ed28d046') |