milis/talimatname/genel/l/libsecret/talimat

18 lines
442 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
# 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
surum=0.18.3
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$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
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}