milis/talimatname/genel/l/libsecret/talimat

20 lines
528 B
Plaintext
Raw Normal View History

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:05:44 +01:00
# Gerekler: intltool libxslt docbook-xsl glib gobject-introspection libgcrypt vala
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() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-12-31 14:13:51 +01:00
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
2018-01-13 16:05:44 +01:00
--disable-static --disable-gtk-doc
2017-12-31 14:13:51 +01:00
make
2016-02-24 01:27:23 +01:00
make DESTDIR=$PKG install
}