24 lines
665 B
Plaintext
24 lines
665 B
Plaintext
|
# 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
|
|||
|
}
|