Skip to content
Snippets Groups Projects
Verified Commit 129a28a4 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Port some improvements from master branch

parent f158c12f
No related branches found
No related tags found
No related merge requests found
VERSION="7.62.0" VERSION="7.62.0"
#TAR=https://curl.haxx.se/download/curl-$VERSION.tar.gz #TAR=https://curl.haxx.se/download/curl-$VERSION.tar.gz
GIT=https://gitlab.redox-os.org/redox-os/curl.git GIT=https://gitlab.redox-os.org/redox-os/curl.git
GIT_BRANCH=redox BRANCH=redox
BUILD_DEPENDS=(nghttp2 openssl zlib) BUILD_DEPENDS=(nghttp2 openssl zlib)
DEPENDS="ca-certificates" DEPENDS="ca-certificates"
......
GIT=https://gitlab.redox-os.org/redox-os/mesa.git GIT=https://gitlab.redox-os.org/redox-os/mesa.git
GIT_UPSTREAM=git://anongit.freedesktop.org/mesa/mesa GIT_UPSTREAM=git://anongit.freedesktop.org/mesa/mesa
GIT_BRANCH=redox BRANCH=redox
BUILD_DEPENDS=(expat llvm zlib) BUILD_DEPENDS=(expat llvm zlib)
function recipe_version { function recipe_version {
......
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 { ...@@ -28,7 +28,7 @@ function recipe_stage {
for bin in "${BINS[@]}" for bin in "${BINS[@]}"
do do
cp -v "target/$TARGET/$build/$bin" "$1/bin" "$STRIP" -v "target/$TARGET/$build/$bin" -o "$1/bin/$bin"
done done
cp -Rv "res" "$1/etc" cp -Rv "res" "$1/etc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment