2017-03-30 08:55:09 +02:00
|
|
|
|
# Description: Çevrimiçi hesap veritabanına erişmek için Glib tabanlı istemci kitaplığı
|
2016-07-22 17:24:44 +02:00
|
|
|
|
# URL: https://gitlab.com/accounts-sso/libaccounts-glib
|
2017-03-30 08:55:09 +02:00
|
|
|
|
# Packager: alihan-ozturk28@hotmail.com
|
|
|
|
|
# Depends on: dbus-glib libxml2 sqlite python-gobject docbook-xsl
|
2016-07-22 17:24:44 +02:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|