commit 003df28
chld
·
2026-09-07 21:20:40 +0000 UTC
parent f9a96dd
glib: init
3 files changed,
+15,
-0
+6,
-0
1@@ -0,0 +1,6 @@
2+name: glib
3+description: gnome utility library
4+license:
5+upstream:
6+version: 2.55
7+maintainer:
+8,
-0
1@@ -0,0 +1,8 @@
2+#!/bin/sh -ue
3+NAME=glib
4+VERSION=2.55
5+RELEASE=1
6+SOURCE="https://download.gnome.org/sources/${NAME}/${VERSION}/${NAME}-${VERSION}.0.tar.xz"
7+BUILD_OPT="--enable-static --disable-shared --disable-man --without-gnu-ld --disable-gtk-doc"
8+
9+. ${0%/*}/../../libsh/libdmake.sh
+1,
-0
1@@ -0,0 +1 @@
2+/glib