py3-curl
This commit is contained in:
parent
81fa2401a9
commit
69f4b8a735
2 changed files with 5 additions and 12 deletions
|
@ -1,25 +1,18 @@
|
||||||
# Tanım: Libcurl için bir Python arabirimi
|
# Tanım: Libcurl için bir Python arabirimi
|
||||||
# URL: http://pycurl.sourceforge.net/
|
# URL: http://pycurl.sourceforge.net/
|
||||||
# Paketçi: Oltulu
|
# Paketçi: milisarge
|
||||||
# Gerekler: python python-setuptools python3 python3-setuptools
|
# Gerekler: python3 python3-setuptools
|
||||||
# Grup: kütüphane
|
# Grup: kütüphane
|
||||||
|
|
||||||
isim=pycurl
|
isim=python3-curl
|
||||||
surum=7.43.0.1
|
surum=7.43.0.2
|
||||||
devir=1
|
devir=1
|
||||||
kaynak=(https://github.com/pycurl/pycurl/archive/REL_${surum//./_}.tar.gz::$isim-$surum.tar.gz)
|
kaynak=(https://github.com/pycurl/pycurl/archive/REL_${surum//./_}.tar.gz::$isim-$surum.tar.gz)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
|
|
||||||
cd $isim-REL_7_43_0_1
|
cd $isim-REL_7_43_0_1
|
||||||
make
|
make
|
||||||
python3 setup.py build --with-ssl
|
python3 setup.py build --with-ssl
|
||||||
python3 setup.py install -O1 --root="$PKG"
|
python3 setup.py install -O1 --root="$PKG"
|
||||||
install -D -m644 COPYING-MIT "$PKG"/usr/share/licenses/$isim/LICENSE
|
install -D -m644 COPYING-MIT "$PKG"/usr/share/licenses/$isim/LICENSE
|
||||||
|
|
||||||
make
|
|
||||||
python2 setup.py build --with-ssl
|
|
||||||
python2 setup.py install -O1 --root="$PKG"
|
|
||||||
install -D -m644 COPYING-MIT "$PKG"/usr/share/licenses/$isim/LICENSE
|
|
||||||
|
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
# Tanım: Bir CUPS yazıcı yapılandırma aracı ve durum uygulaması
|
# Tanım: Bir CUPS yazıcı yapılandırma aracı ve durum uygulaması
|
||||||
# URL: https://github.com/zdohnal/system-config-printer
|
# URL: https://github.com/zdohnal/system-config-printer
|
||||||
# Packager: Cihan_Alkan
|
# Packager: Cihan_Alkan
|
||||||
# Gerekler: intltool xmlto docbook-xsl desktop-file-utils pychardet pycertifi pyidna libsecret python3-pycups pydbus pycurl libnotify python3-requests python3-gobject gtk3 python3-cairo
|
# Gerekler: intltool xmlto docbook-xsl desktop-file-utils pychardet pycertifi pyidna libsecret python3-pycups pydbus python3-curl libnotify python3-requests python3-gobject gtk3 python3-cairo
|
||||||
# Grup: sistem
|
# Grup: sistem
|
||||||
|
|
||||||
isim=system-config-printer
|
isim=system-config-printer
|
||||||
|
|
Loading…
Add table
Reference in a new issue