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

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