2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Secret Service API'sına erişmek için GObject tabanlı kütüphane.
|
|
|
|
|
# URL: http://www.gnome.org/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: intltool libxslt docbook-xsl glib gobject-introspection libgcrypt vala gtk-doc
|
2018-08-08 14:18:27 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=libsecret
|
|
|
|
|
surum=0.18.5
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(https://git.gnome.org/browse/libsecret/snapshot/$isim-$surum.tar.xz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-$surum
|
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
|
|
|
|
--disable-static --enable-gtk-doc
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
rm -rf $PKG/usr/share/gtk-doc
|
|
|
|
|
}
|