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-07-25 19:26:38 +02:00
|
|
|
|
# Packager: milisarge yasarciv67@gmail.com
|
2017-01-31 01:37:09 +01:00
|
|
|
|
# Depends on: glib
|
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
name=gobject-introspection
|
2017-07-25 19:26:38 +02:00
|
|
|
|
version=1.53.1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
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
|
|
|
|
|
}
|