2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Secret Service API'sına erişmek için GObject tabanlı kütüphane.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.gnome.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
2018-01-13 16:06:51 +01:00
|
|
|
|
# Gerekler: intltool libxslt docbook-xsl glib gobject-introspection libgcrypt vala gtk-doc
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=libsecret
|
2017-12-31 14:13:51 +01:00
|
|
|
|
surum=0.18.5
|
2017-10-28 14:10:23 +02:00
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-12-31 14:13:51 +01:00
|
|
|
|
kaynak=(https://git.gnome.org/browse/libsecret/snapshot/$isim-$surum.tar.xz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2018-01-13 16:06:51 +01:00
|
|
|
|
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
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|