123456789101112131415161718 |
- # Tanım: Program API'larını tanımlamak ve onları üniform, makine tarafından okunabilir bir biçimde toplamak için kullanılır.
- # URL: http://live.gnome.org/GObjectIntrospection
- # Paketçi: milisarge yasarciv67
- # Gerekler: glib
- # Grup: sistem
- isim=gobject-introspection
- surum=1.56.1
- devir=1
- kaynak=(http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${surum%.*}/$isim-$surum.tar.xz)
- derle() {
- cd $isim-$surum
- ./configure --prefix=/usr --disable-static
- make
- make DESTDIR=$PKG install
- }
|