-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
69 changed files
with
1,493 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
PKG_NAME = bubblewrap | ||
PKG_VERS = 0.6.2 | ||
PKG_EXT = tar.xz | ||
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) | ||
PKG_DIST_SITE = https://github.com/containers/bubblewrap/releases/download/v$(PKG_VERS) | ||
PKG_DIR = $(PKG_NAME)-$(PKG_VERS) | ||
|
||
DEPENDS = cross/libcap | ||
|
||
HOMEPAGE = https://github.com/containers/bubblewrap | ||
LICENSE = LGPLv2 | ||
|
||
GNU_CONFIGURE = 1 | ||
|
||
PRE_CONFIGURE_TARGET = bubblewrap_pre_configure | ||
|
||
PATCHES_LEVEL = 1 | ||
|
||
include ../../mk/spksrc.cross-cc.mk | ||
|
||
.PHONY: bubblewrap_pre_configure | ||
bubblewrap_pre_configure: | ||
@$(RUN) ./autogen.sh $(REAL_CONFIGURE_ARGS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bin:bin/bwrap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
bubblewrap-0.6.2.tar.xz SHA1 5a1e503a4947e9f43ca70110a095712d68b79f6c | ||
bubblewrap-0.6.2.tar.xz SHA256 8a0ec802d1b3e956c5bb0a40a81c9ce0b055a31bf30a8efa547433603b8af20b | ||
bubblewrap-0.6.2.tar.xz MD5 24decf98e063e0741d6a64271ac788b2 |
Oops, something went wrong.