Skip to content

Commit

Permalink
ports/mlibc: Update to latest; uses freestnd-{c,cxx}-shim
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Sep 7, 2024
1 parent 593334f commit 3f591a8
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 45 deletions.
21 changes: 0 additions & 21 deletions recipes/cshim

This file was deleted.

21 changes: 0 additions & 21 deletions recipes/cxxshim

This file was deleted.

13 changes: 13 additions & 0 deletions recipes/freestnd-c-hdrs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name=freestnd-c-hdrs
version=2a75fc37ab374e52bd5862adb785169cc26cdb50
revision=1
tarball_url="https://github.com/osdev0/freestnd-c-hdrs/archive/${version}.tar.gz"
tarball_blake2b="31166b982022589a5e2bc8708183eff6f56fc1609fe15140dcd65a03f6d9067bead0d84a4ffa19a2ab759cf2a11bb328ace6ef28eb29c1ded0038d4b812e8804"

build() {
cp -rp "${source_dir}"/. ./
}

package() {
DESTDIR="${dest_dir}" PREFIX="${prefix}" make install
}
13 changes: 13 additions & 0 deletions recipes/freestnd-cxx-hdrs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name=freestnd-cxx-hdrs
version=34b801a8d6b601bf17b00df36fa82614e5be811d
revision=1
tarball_url="https://github.com/osdev0/freestnd-cxx-hdrs/archive/${version}.tar.gz"
tarball_blake2b="fbad8b6505ce683797aaf2ae04ef9fe40013ed1d2e3fdc2f3ecbbfcf50d0a901a8139c270fc1f60e5dd9f916054124f564149ec7e571ec1f6b9120ccc1db50a8"

build() {
cp -rp "${source_dir}"/. ./
}

package() {
DESTDIR="${dest_dir}" PREFIX="${prefix}" make install
}
6 changes: 3 additions & 3 deletions recipes/mlibc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name=mlibc
version=67e11fa83ed3606edd1b76c927bd3303d7c87ab9
version=d584611efec00f42f6823cbd36f0677edb15d833
revision=1
tarball_url="https://github.com/managarm/mlibc/archive/${version}.tar.gz"
tarball_blake2b="73ef40b1abd4f5bf2b0a92b95e597caa0b66f8a981fe797e15fd7c99d5825950ee9de5f777b4d0ac4c44caf01e3c3f769bb1c03e4030461fb104604349fb3bf9"
tarball_blake2b="007f048a59a838ce6717185bde1c889789cf50553755bd2883a4559ab31824532bc785c1bbe2044b92b048b474fe8d5620e74611bb7c79dc5f6fb503a90254f4"
imagedeps="meson ninja-build"
hostdeps="gcc pkg-config libgcc-binaries"
builddeps="cshim cxxshim frigg"
builddeps="freestnd-c-hdrs freestnd-cxx-hdrs frigg"
deps="mlibc-headers"

build() {
Expand Down

0 comments on commit 3f591a8

Please sign in to comment.