milis/talimatname/genel/g/gobject-introspection/talimat

18 lines
508 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Program API'larını tanımlamak ve onları üniform, makine tarafından okunabilir bir biçimde toplamak için kullanılır.
2016-02-24 01:27:23 +01:00
# URL: http://live.gnome.org/GObjectIntrospection
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge yasarciv67@gmail.com
# Gerekler: glib
2018-06-08 23:55:11 +02:00
# Grup:
2017-01-31 01:37:09 +01:00
2017-10-28 14:10:23 +02:00
isim=gobject-introspection
2018-06-08 23:55:11 +02:00
surum=1.56.1
2017-10-28 14:10:23 +02:00
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${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
}