Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
664c9503
Commit
664c9503
authored
11 years ago
by
Arnaud Degroote
Browse files
Options
Downloads
Patches
Plain Diff
[wip/rfsm] Do not forget to install tools
Bump PKGREVISION While here, fix the LICENSE, it is lgpl-v3
parent
21f6f2a1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lua-rfsm/Makefile
+4
-1
4 additions, 1 deletion
lua-rfsm/Makefile
lua-rfsm/PLIST
+5
-4
5 additions, 4 deletions
lua-rfsm/PLIST
with
9 additions
and
5 deletions
lua-rfsm/Makefile
+
4
−
1
View file @
664c9503
...
...
@@ -8,10 +8,11 @@ DISTNAME= lua-rfsm-${PKG_VERSION}
CATEGORIES
=
supervision
MASTER_SITES
=
https://github.com/kmarkus/rFSM.git@
${
COMMIT
}
FETCH_METHOD
=
git
PKGREVISION
=
1
MAINTAINER
=
arnaud.degroote@isae.fr
COMMENT
=
rFSM is a reduced
(
lightweight
)
Statechart implementation written
in
pure Lua.
LICENSE
=
gnu-lgpl-v
2
LICENSE
=
gnu-lgpl-v
3
NO_CONFIGURE
=
yes
NO_BUILD
=
yes
...
...
@@ -20,10 +21,12 @@ include ../../mk/sysdep/lua.mk
include
../../mk/robotpkg.mk
do-install
:
install
-d
${
PREFIX
}
/bin
install
-d
${
PREFIX
}
/lib/lua/rfsm
install
-d
${
PREFIX
}
/share/doc/rfsm
install
-d
${
PREFIX
}
/share/rfsm/examples
cd
${WRKSRC}/tools
&&
${PAX}
-rwp
ma
rfsm*
${PREFIX}/bin
cd
${WRKSRC}
&&
${PAX}
-rwp
ma
*.lua
${PREFIX}/lib/lua/rfsm
cd
${WRKSRC}/doc
&&
${PAX}
-rwp
ma
.
${PREFIX}/share/doc/rfsm
cd
${WRKSRC}/examples
&&
${PAX}
-rwp
ma
.
${PREFIX}/share/rfsm/examples
This diff is collapsed.
Click to expand it.
lua-rfsm/PLIST
+
5
−
4
View file @
664c9503
@comment Thu Dec 12 14:14:41 CET 2013
@comment Thu Dec 12 15:16:05 CET 2013
bin/rfsm-sim
bin/rfsm-sim.lua
bin/rfsm-viz
bin/rfsm2json
lib/lua/rfsm/ansicolors.lua
lib/lua/rfsm/rfsm.lua
lib/lua/rfsm/rfsm2json.lua
...
...
@@ -54,6 +58,3 @@ share/rfsm/examples/simple_doo_idle.lua
share/rfsm/examples/simple_idle_doo.lua
share/rfsm/examples/timeevent.lua
share/rfsm/examples/total_failure.lua
@pkgdir share/doc/liborocos-rtt/xml/images/icons/hires
@pkgdir share/doc/liborocos-rtt/xml/images/hires
@pkgdir share/doc/liborocos-rtt/api/html
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment