Port some improvements from master branch

This commit is contained in:
Jeremy Soller 2019-06-07 18:39:29 -06:00
parent f158c12fb7
commit 129a28a4d1
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
4 changed files with 16 additions and 3 deletions

View File

@ -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"

View File

@ -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
View 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
}

View File

@ -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"