Kplex: added package rule.

This commit is contained in:
Jose Pinto 2019-08-17 10:18:25 +01:00
parent 9824634051
commit 78a8e0099d
1 changed files with 25 additions and 0 deletions

25
rules/kplex/default.bash Normal file
View File

@ -0,0 +1,25 @@
version=\
(
'1.4'
)
url=\
(
"https://github.com/stripydog/kplex/archive/v$version.tar.gz"
)
md5=\
(
'df198384d2d7dee4b802136f4f9e9d44'
)
build()
{
cd ../kplex-$version && $cmd_make VERBOSE=1 CC="$cmd_target_cc"
}
target_install()
{
$cmd_cp ../kplex-$version/kplex "$cfg_dir_rootfs/usr/bin/kplex"
}