milis/talimatname/genel/g/graphene/talimat

19 lines
450 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: grafiksel veri tipleri için ince katman
# URL: https://github.com/ebassi/graphene/
# Paketçi: milisarge
# Gerekler: gtk-doc gobject-introspection meson glib
isim=graphene
surum=1.6.0
devir=1
kaynak=(https://github.com/ebassi/graphene/archive/$surum.tar.gz)
derle() {
cd $isim-$surum
export LANG=en_US.UTF-8
meson --prefix=/usr --buildtype=release ../$isim --libexecdir=/usr/lib
cd $SRC/$isim
ninja
DESTDIR="$PKG" ninja install
}