talimat 505 B

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