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
42cf935b
Commit
42cf935b
authored
11 years ago
by
Arnaud Degroote
Browse files
Options
Downloads
Patches
Plain Diff
[lua-rfsm] Add missing dependency on pax
While here, use INSTALLATION_DIRS instead of hardcoding install -d stuff
parent
e0c25c07
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lua-rfsm/Makefile
+3
-6
3 additions, 6 deletions
lua-rfsm/Makefile
with
3 additions
and
6 deletions
lua-rfsm/Makefile
+
3
−
6
View file @
42cf935b
...
...
@@ -8,7 +8,7 @@ DISTNAME= lua-rfsm-${PKG_VERSION}
CATEGORIES
=
supervision
MASTER_SITES
=
https://github.com/kmarkus/rFSM.git@
${
COMMIT
}
FETCH_METHOD
=
git
PKGREVISION
=
1
PKGREVISION
=
2
MAINTAINER
=
arnaud.degroote@isae.fr
COMMENT
=
rFSM is a reduced
(
lightweight
)
Statechart implementation written
in
pure Lua.
...
...
@@ -16,16 +16,13 @@ LICENSE= gnu-lgpl-v3
NO_CONFIGURE
=
yes
NO_BUILD
=
yes
INSTALLATION_DIRS
=
bin lib/lua/rfsm share/doc/rfsm share/rfsm/examples
include
../../archivers/pax/depend.mk
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
...
...
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