Commit 3ab1e03a authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf gobject-introspection-1.56.1.tar.xz
cd gobject-introspection-1.56.1 && ./configure --prefix=/usr --disable-static --with-python=/usr/bin/python3
$(MAKE) -C gobject-introspection-1.56.1
-$(MAKE) -C gobject-introspection-1.56.1 check
$(MAKE) -C gobject-introspection-1.56.1 install
rm -rf gobject-introspection-1.56.1
headers
/usr/include/.*
bin
/usr/bin/.*
/usr/share/gir-1.0/.*
/usr/share/gobject-introspection-1.0/.*
lib
/usr/lib/girepository-1.0/.*
/usr/lib/lib.*
/usr/lib/gobject-introspection/giscanner/.*\.(py|la|so|tmpl)
bytecode
/.*\.py[oc]
pkg
/usr/lib/pkgconfig/.*
man
/usr/share/man/.*
autoconf
/usr/share/aclocal/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment