mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
18 lines
475 B
Plaintext
Executable File
18 lines
475 B
Plaintext
Executable File
# description : Python 2 bindings to Cairo
|
|
# homepage : https://pycairo.readthedocs.io/en/latest/
|
|
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
|
|
# depends : python2 cairo
|
|
|
|
name=python2-cairo
|
|
version=1.18.1
|
|
release=1
|
|
source=(https://github.com/pygobject/pycairo/releases/download/v$version/pycairo-$version.tar.gz)
|
|
md5sum=(7610da8a40a7bed548991aa3416431d1)
|
|
|
|
build() {
|
|
cd pycairo-$version
|
|
|
|
python2 setup.py build
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
}
|