mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-12 13:30:17 +00:00
15 lines
373 B
Plaintext
Executable File
15 lines
373 B
Plaintext
Executable File
# description : Python3 bindings for PyGObject3
|
|
# makedepends : python3-cairo gobject-introspection
|
|
|
|
name=python3-gobject3
|
|
version=3.26.1
|
|
release=1
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${version::4}/pygobject-$version.tar.xz)
|
|
|
|
build() {
|
|
cd pygobject-$version
|
|
|
|
./configure --prefix=/usr --with-python=/usr/bin/python3
|
|
make
|
|
make DESTDIR=$PKG install
|
|
} |