milis/talimatname/genel/l/libsecret/talimat

22 lines
582 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
# Grup: kütüphane
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
}