milis/talimatname/genel/g/graphene/talimat

19 lines
458 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: grafiksel veri tipleri için ince katman
2017-05-15 14:56:52 +02:00
# URL: https://github.com/ebassi/graphene/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: gtk-doc gobject-introspection meson glib
2017-05-15 14:56:52 +02:00
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
}