mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Port some improvements from master branch
This commit is contained in:
parent
f158c12fb7
commit
129a28a4d1
@ -1,7 +1,7 @@
|
||||
VERSION="7.62.0"
|
||||
#TAR=https://curl.haxx.se/download/curl-$VERSION.tar.gz
|
||||
GIT=https://gitlab.redox-os.org/redox-os/curl.git
|
||||
GIT_BRANCH=redox
|
||||
BRANCH=redox
|
||||
BUILD_DEPENDS=(nghttp2 openssl zlib)
|
||||
DEPENDS="ca-certificates"
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/mesa.git
|
||||
GIT_UPSTREAM=git://anongit.freedesktop.org/mesa/mesa
|
||||
GIT_BRANCH=redox
|
||||
BRANCH=redox
|
||||
BUILD_DEPENDS=(expat llvm zlib)
|
||||
|
||||
function recipe_version {
|
||||
|
||||
13
recipes/redoxerd/recipe.sh
Executable file
13
recipes/redoxerd/recipe.sh
Executable file
@ -0,0 +1,13 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/redoxer.git
|
||||
|
||||
function recipe_update {
|
||||
cd daemon
|
||||
}
|
||||
|
||||
function recipe_build {
|
||||
cd daemon
|
||||
}
|
||||
|
||||
function recipe_stage {
|
||||
mv daemon/target target
|
||||
}
|
||||
@ -28,7 +28,7 @@ function recipe_stage {
|
||||
|
||||
for bin in "${BINS[@]}"
|
||||
do
|
||||
cp -v "target/$TARGET/$build/$bin" "$1/bin"
|
||||
"$STRIP" -v "target/$TARGET/$build/$bin" -o "$1/bin/$bin"
|
||||
done
|
||||
|
||||
cp -Rv "res" "$1/etc"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user