Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
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
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-packages
Commits
32a5f412
Unverified
Commit
32a5f412
authored
3 years ago
by
Rosen Penev
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #15127 from neheb/ev
lua-ev: update to 1.5
parents
e42b28a0
469955af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!13
Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lang/lua-ev/Makefile
+9
-11
9 additions, 11 deletions
lang/lua-ev/Makefile
with
9 additions
and
11 deletions
lang/lua-ev/Makefile
+
9
−
11
View file @
32a5f412
...
...
@@ -8,21 +8,19 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
lua-ev
PKG_RELEASE
:=
1
PKG_VERSION
:=
1.5
PKG_RELEASE
:=
$(
AUTORELEASE
)
PKG_SOURCE_URL
=
https://github.com/brimworks/lua-ev.git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_DATE
=
2015-8-4
PKG_SOURCE_VERSION
:=
339426fbe528f11cb3cd1af69a88f06bba367981
PKG_MIRROR_HASH
:=
fe138f05845d549998443628e1b63e07d797977548a30e75305085cca4b25567
PKG_LICENSE
:=
MIT
PKG_LICENSE_FILES
:=
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://codeload.github.com/brimworks/lua-ev/tar.gz/v
$(
PKG_VERSION
)
?
PKG_HASH
:=
26ac116722a241bf59daf5315ce0ffe751c1babea9a146ffc0a389f1af3facca
PKG_MAINTAINER
:=
Jianhui Zhao <jianhuizhao329@gmail.com>
PKG_LICENSE
:=
MIT
PKG_LICENSE_FILES
:=
LICENSE
include
$(INCLUDE_DIR)/package.mk
include
$(INCLUDE_DIR)/
cmake.mk
include
../../devel/ninja/ninja-
cmake.mk
define
Package/lua-ev
SUBMENU
:=
Lua
...
...
@@ -39,7 +37,7 @@ endef
define
Package/lua-ev/install
$(INSTALL_DIR)
$(1)/usr/lib/lua
$(INSTALL_BIN)
$(PKG_
BUILD_DIR)
/ev.so
$(1)/usr/lib/lua
$(INSTALL_BIN)
$(PKG_
INSTALL_DIR)/usr/share/lua/cmod
/ev.so
$(1)/usr/lib/lua
endef
$(
eval
$(
call BuildPackage,lua-ev
))
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