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

23 lines
595 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/libsignon-glib
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: signond python-gobject gobject-introspection
isim=libsignon-glib
surum=1.14
devir=1
PKGMK_KEEP_SOURCES="no"
kaynak=(https://gitlab.com/accounts-sso/libsignon-glib/repository/archive.tar.gz)
derle() {
cd libsignon-glib*
./autogen.sh
./configure --prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc
make -j1
make DESTDIR=$PKG install
}