This commit is contained in:
Fijxu 2024-03-07 20:28:57 -03:00
commit e571c4fbe8
139 changed files with 8839 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"name": "glu",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://archive.mesa3d.org/glu/glu-9.0.3.tar.xz",
"sha256": "bd43fe12f374b1192eb15fe20e45ff456b9bc26ab57f0eee919f96ca0f8a330f"
}
],
"cleanup": [ "/include", "/lib/*.a", "/lib/*.la", "/lib/pkgconfig" ]
}