milis/talimatname/genel/g/graphene/talimat

19 lines
458 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
name=graphene
version=1.6.0
release=1
source=(https://github.com/ebassi/graphene/archive/$version.tar.gz)
build() {
cd $name-$version
export LANG=en_US.UTF-8
meson --prefix=/usr --buildtype=release ../$name --libexecdir=/usr/lib
cd $SRC/$name
ninja
DESTDIR="$PKG" ninja install
}