talimat 496 B

1234567891011121314151617
  1. # Description: 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. # Packager: milisarge
  4. # Depends on: glib
  5. name=gobject-introspection
  6. version=1.46.0
  7. release=1
  8. source=(http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${version%.*}/$name-$version.tar.xz)
  9. build() {
  10. cd $name-$version
  11. ./configure --prefix=/usr --disable-static
  12. make
  13. make DESTDIR=$PKG install
  14. }