Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Freifunk Luebeck
openwrt
Commits
033664a5
Commit
033664a5
authored
12 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
libubox: update to latest version, adds libjson-script
SVN-Revision: 35996
parent
f0f72ce2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/libs/libubox/Makefile
+16
-4
16 additions, 4 deletions
package/libs/libubox/Makefile
with
16 additions
and
4 deletions
package/libs/libubox/Makefile
+
16
−
4
View file @
033664a5
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
libubox
PKG_VERSION
:=
2013-0
1-29
PKG_VERSION
:=
2013-0
3-05
PKG_RELEASE
=
$(
PKG_SOURCE_VERSION
)
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
:=
git://nbd.name/luci2/libubox.git
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_SOURCE_VERSION
:=
0bc317aa4d9af44806c28ca286d79a8b5a92b2b8
PKG_SOURCE_VERSION
:=
49e6e062b8effe281a85de167c16c5f039b74442
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
-
$(
PKG_SOURCE_VERSION
)
.tar.gz
PKG_MIRROR_MD5SUM
:=
c79ef80b71127e114d73701fbdc895c3
PKG_MIRROR_MD5SUM
:=
b32d297d846b271585925f190fad2c60
CMAKE_INSTALL
:=
1
PKG_LICENSE
:=
ISC BSD-3c
...
...
@@ -47,6 +47,13 @@ define Package/jshn/description
Library
for
parsing
and
generating
JSON
from
shell
scripts
endef
define
Package/libjson-script
SECTION
:=
utils
CATEGORY
:=
Utilities
DEPENDS
:=
+libubox
TITLE
:=
Minimalistic JSON based scripting engine
endef
TARGET_CFLAGS
+=
-I
$(
STAGING_DIR
)
/usr/include
CMAKE_OPTIONS
=
\
-DLUAPATH
=
/usr/lib/lua
...
...
@@ -67,7 +74,12 @@ define Package/jshn/install
$(INSTALL_DATA)
$(PKG_INSTALL_DIR)/usr/share/libubox/jshn.sh
$(1)/usr/share/libubox
endef
define
Package/libjson-script/install
$(INSTALL_DIR)
$(1)/lib/
$(INSTALL_DATA)
$(PKG_INSTALL_DIR)/usr/lib/libjson_script.so
$(1)/lib/
endef
$(
eval
$(
call BuildPackage,libubox
))
$(
eval
$(
call BuildPackage,libblobmsg-json
))
$(
eval
$(
call BuildPackage,jshn
))
$(
eval
$(
call BuildPackage,libjson-script
))
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