Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
320 B

import 'compile/configure'
name=pygobject
majver=3.25
version=$majver.1
dlextract "https://download.gnome.org/sources/$name/$majver/$name-$version.tar.xz" \
'493319f2a9f5931aee82429b02aba375'
_
cd "$name-$version"
compile_configure -- --without-common
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: