forked from kiss-community/repo
glib: new package at 2.60.5
This commit is contained in:
parent
0f07b47b95
commit
d72219d600
11
testing/glib/build
Executable file
11
testing/glib/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
-Dman=false \
|
||||
-Dfam=false \
|
||||
-Dnls=disabled \
|
||||
. build
|
||||
|
||||
ninja -C build
|
||||
DESTDIR="$1" ninja -C build install
|
1
testing/glib/checksums
Normal file
1
testing/glib/checksums
Normal file
@ -0,0 +1 @@
|
||||
3edf1df576ee82b2ecb8ba85c343644e48ee62e68290e71e6084b00d6ba2622e glib-2.60.5.tar.xz
|
3
testing/glib/depends
Normal file
3
testing/glib/depends
Normal file
@ -0,0 +1,3 @@
|
||||
libxslt
|
||||
libffi
|
||||
meson make
|
1
testing/glib/sources
Normal file
1
testing/glib/sources
Normal file
@ -0,0 +1 @@
|
||||
http://ftp.gnome.org/pub/gnome/sources/glib/2.60/glib-2.60.5.tar.xz
|
1
testing/glib/version
Normal file
1
testing/glib/version
Normal file
@ -0,0 +1 @@
|
||||
2.60.5 1
|
Loading…
Reference in New Issue
Block a user