milis/talimatname/genel/libsignon-glib/talimat

23 lines
606 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.

# Description: Hesap kimlik doğrulamasını yürüten uygulamalar için GLib tabanlı istemci kitaplığı
# URL: https://gitlab.com/accounts-sso/libsignon-glib
# Packager: alihan-ozturk28@hotmail.com
# Depends on: signond python-gobject gobject-introspection
name=libsignon-glib
version=1.14
release=1
PKGMK_KEEP_SOURCES="no"
source=(https://gitlab.com/accounts-sso/libsignon-glib/repository/archive.tar.gz)
build() {
cd libsignon-glib*
./autogen.sh
./configure --prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc
make -j1
make DESTDIR=$PKG install
}