milis/talimatname/genel/libaccounts-glib/talimat

24 lines
665 B
Plaintext

# Description: Glib-based client library for accessing the online accounts database
# 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
}