RFLink: fixed make commands service file and readme
This commit is contained in:
@@ -7,7 +7,7 @@ url="https://github.com/seahu/rflink"
|
||||
arch="aarch64 armhf armv7"
|
||||
license="RFLINK GATEWAY LICENSE v1.0"
|
||||
depends="g++ wiringpi"
|
||||
makedepends="git g++ wiringpi-dev"
|
||||
makedepends="git wiringpi-dev"
|
||||
options=" !check !archcheck"
|
||||
|
||||
source="rflink.conf
|
||||
@@ -18,7 +18,8 @@ build() {
|
||||
git clone https://github.com/seahu/rflink "$srcdir"/rflinkGIT
|
||||
cd "$srcdir"/rflinkGIT/RPi_rflink
|
||||
make clean
|
||||
make
|
||||
make -j1 createDirPlugins ./Plugins/Make_Generated_list_plugin.txt ./Plugins/Make_Generated_all_h.h ./Plugins/Make_Generated_all_RX.h ./Plugins/Make_Generated_all_TX.h
|
||||
make RFlink
|
||||
}
|
||||
|
||||
package() {
|
||||
@@ -29,5 +30,5 @@ package() {
|
||||
|
||||
sha512sums="
|
||||
a151492b9a55c3d905384f619359931e64bd57c418dac6dc5348228b8f74d4ab94b8f0f170e21d50bb4c2d25c48b41fba24ec9da1adfd433d37018a2d122cb41 rflink.conf
|
||||
89c658255cc7f932fef3a96edcced6177feb0c62a94b3efa3dce67e3f732ee545bfd983e5cb4e7994f3dd0a2587ae6734699276b3b731920ba300f7c36b71eaf rflink.initd
|
||||
d30d819f40558188bac89537814684878579442479f739baf51594b80c5f10260fcc0a082217e4408c14d17d32e462125c45e8f8cc5167b3695a317e945caa10 rflink.initd
|
||||
"
|
||||
@@ -2,7 +2,7 @@
|
||||
supervisor=supervise-daemon
|
||||
name=rflink
|
||||
. /etc/rflink.conf
|
||||
command="/media/mmcblk0p1/RFlink"
|
||||
command="/usr/sbin/rflink"
|
||||
command_args="$TCP_port $PIN_TX $PIN_RX $log_level"
|
||||
|
||||
depend() {
|
||||
|
||||
Reference in New Issue
Block a user