milis/talimatname/genel/libaccounts-glib/talimat

24 lines
676 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: Çevrimiçi hesap veritabanına erişmek için Glib tabanlı istemci kitaplığı
# URL: https://gitlab.com/accounts-sso/libaccounts-glib
# Packager: alihan-ozturk28@hotmail.com
# Depends on: dbus-glib libxml2 sqlite python-gobject docbook-xsl
name=libaccounts-glib
version=1.21
release=1
PKGMK_KEEP_SOURCES="no"
source=(https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.zip)
build() {
cd libaccounts*
./autogen.sh
./configure \
--prefix=/usr \
--disable-static \
--disable-gtk-doc
make
make DESTDIR=$PKG install
}