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.
16 lines
364 B
16 lines
364 B
# OLD: Slackware 14.2 ships with GTK+ 3.18
|
|
|
|
import 'compile/configure'
|
|
|
|
name=pygobject
|
|
majver=3.18
|
|
version=$majver.2
|
|
|
|
dlextract "https://download.gnome.org/sources/$name/$majver/$name-$version.tar.xz" \
|
|
'0a956f3e785e23b0f136832f2e57a862'
|
|
_
|
|
|
|
cd "$name-$version"
|
|
compile_configure -- --without-common
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|