py3-curl
This commit is contained in:
parent
81fa2401a9
commit
69f4b8a735
|
@ -1,25 +1,18 @@
|
|||
# Tanım: Libcurl için bir Python arabirimi
|
||||
# URL: http://pycurl.sourceforge.net/
|
||||
# Paketçi: Oltulu
|
||||
# Gerekler: python python-setuptools python3 python3-setuptools
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: python3 python3-setuptools
|
||||
# Grup: kütüphane
|
||||
|
||||
isim=pycurl
|
||||
surum=7.43.0.1
|
||||
isim=python3-curl
|
||||
surum=7.43.0.2
|
||||
devir=1
|
||||
kaynak=(https://github.com/pycurl/pycurl/archive/REL_${surum//./_}.tar.gz::$isim-$surum.tar.gz)
|
||||
|
||||
derle() {
|
||||
|
||||
cd $isim-REL_7_43_0_1
|
||||
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
|
||||
|
||||
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ı
|
||||
# URL: https://github.com/zdohnal/system-config-printer
|
||||
# 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
|
||||
|
||||
isim=system-config-printer
|
||||
|
|
Loading…
Reference in New Issue