Files
ports/core/python2-yaml/spkgbuild
2019-08-04 11:31:36 +08:00

15 lines
414 B
Plaintext

# description : Python bindings for YAML, using fast libYAML library (python2)
# depends : python2 yaml
name=python2-yaml
version=5.1.2
release=1
source=(http://pyyaml.org/download/pyyaml/PyYAML-$version.tar.gz)
md5sum=(20f87ab421b0271dbf371dc5c1cddb5c)
build() {
cd PyYAML-$version
python2 setup.py --with-libyaml build
python2 setup.py --with-libyaml install --prefix=/usr --root="$PKG" -O1 --skip-build
}