devcontainers / spec

Development Containers: Use a container as a full-featured development environment.
https://containers.dev
Creative Commons Attribution 4.0 International
3.61k stars 231 forks source link

Devcontainers/drive-specs #355

Closed 049940 closed 11 months ago

049940 commented 11 months ago

include "_(TOPDIR)/rules.mk

PKG_NAME:=umbim PKG_VERSION:=2023-01-25 PKG_RELEASE=$(PKG_SOURCE_VERSION)

PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://git.openwrt.org/project/umbim.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=7741d88cdfd36f0c4380f660a9ad7109df76b432 PKG_SOURCE:=+(PKG_NAME)+(PKG_VERSION)-+(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=John Crispin blogic@openwrt.org

PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:=

PKG_BUILD_PARALLEL:=1

include +(INCLUDE_DIR)/package.mk include +(INCLUDE_DIR)/cmake.mk

define Package/umbim SECTION:=net CATEGORY:=Network DEPENDS:=+libubox +kmod-usb-net +kmod-usb-net-cdc-mbim TITLE:=Control utility for mobile broadband modems endef

define Package/umbim/description umbim is a command line tool for controlling mobile broadband modems using the MBIM-protocol. endef

TARGET_CFLAGS += \ -Is(STAGING_DIR)/usr/include -ffunction-sections -fdata-sections

TARGET_LDFLAGS += -Wl,--gc-sections

define Package/umbim/install "(INSTALL_DIR) +"(1)/sbin" "(INSTALL_BIN) +(PKG_BUILD_DIR)/umbim +(1)/sbin/ "(CP) ./files/* $(1)/ endef

"(eval ++/++(call BuildPackage,umbim))"

eljog commented 11 months ago

Looks like this was created by accident, closing. If needed, feel free to reopen with more details, thank you!

Coinsintegrity commented 11 months ago

El mié., 20 de diciembre de 2023 19:50, Eljo George < @.***> escribió:

Closed #355 https://github.com/devcontainers/spec/issues/355 as completed.

— Reply to this email directly, view it on GitHub https://github.com/devcontainers/spec/issues/355#event-11309226450, or unsubscribe https://github.com/notifications/unsubscribe-auth/A65ALOO743JZQT6G4HO7ED3YKOIVPAVCNFSM6AAAAABA44SPZCVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGMYDSMRSGY2DKMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>