Files
ports/extra/python2-idna/spkgbuild
2018-12-25 15:46:31 +08:00

15 lines
415 B
Plaintext

# description : Internationalized Domain Names in Applications (IDNA) (python2)
# depends : python2
name=python2-idna
version=2.8
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
md5sum=(2e9ae0b4a0b26d1747c6127cdb060bc1)
build() {
cd ${name#*-}-$version
python2 setup.py build
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
}