milis/talimatname/genel/l/libgsignon-glib/talimat

23 lines
614 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: Hesap kimlik doğrulamasını yürüten uygulamalar için GLib tabanlı istemci kitaplığı
# URL: https://gitlab.com/accounts-sso/libgsignon-glib
# Paketçi: Cihan_Alkan
# Gerekler: gtk-doc vala gobject-introspection glib2
# Grup: kütüphane
isim=libgsignon-glib
surum=2.4.1
devir=1
kaynak=(https://gitlab.com/accounts-sso/libgsignon-glib/repository/master/archive.tar.gz)
derle() {
cd libgsignon-glib*
./autogen.sh
./configure --prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc
make -j1
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}