This commit is contained in:
milisbir 2018-08-15 01:04:04 +03:00
parent 56a9741b28
commit 4a07c88c87
1 changed files with 2 additions and 1 deletions

View File

@ -10,9 +10,10 @@ devir=1
kaynak=(https://github.com/pycurl/pycurl/archive/REL_${surum//./_}.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-REL_7_43_0_2
cd pycurl-REL_7_43_0_2
make
python3 setup.py build --with-ssl
python3 setup.py install -O1 --root="$PKG"
install -D -m644 COPYING-MIT "$PKG"/usr/share/licenses/$isim/LICENSE
rm -rf $PKG/usr/share/doc
}