Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Firmware
packages
Commits
d6192476
Commit
d6192476
authored
9 years ago
by
Jan-Tarek Butt
Browse files
Options
Downloads
Patches
Plain Diff
add depends and change install part
parent
9c0af3a1
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
ffnw-geolocator/Makefile
+41
-0
41 additions, 0 deletions
ffnw-geolocator/Makefile
with
41 additions
and
0 deletions
ffnw-geolocator/Makefile
0 → 100644
+
41
−
0
View file @
d6192476
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
ffnw-node-info
PKG_VERSION
:=
1
PKG_RELEASE
:=
1
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
include
$(INCLUDE_DIR)/package.mk
define
Package/ffnw-node-info
SECTION
:=
daemon
CATEGORY
:=
Freifunk Nordwest
TITLE
:=
Sed node infos
for
alfred
DEPENDS
:=
+lwtrace
endef
define
Package/ffnw-node-info/description
Sed
node
infos
for
alfred
endef
define
Build/Prepare
mkdir
-p
$(PKG_BUILD_DIR)
endef
define
Build/Configure
endef
define
Build/Compile
endef
define
Package/ffnw-node-info/install
$(CP)
./files/*
$(1)/
endef
define
Package/ffnw-node-info/postinst
#!/bin/sh
$(
call
GluonCheckSite,check_site.lua
)
endef
$(
eval
$(
call BuildPackage,ffnw-node-info
))
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