milis/talimatname/genel/gobject-introspection/talimat

17 lines
496 B
Plaintext
Raw Normal View History

2017-03-24 12:22:58 +01:00
# Description: 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-01-31 01:37:09 +01:00
# Packager: milisarge
# Depends on: glib
2016-02-24 01:27:23 +01:00
name=gobject-introspection
version=1.46.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}