This commit is contained in:
milisbir 2018-08-14 23:14:48 +03:00
parent 81fa2401a9
commit 69f4b8a735
2 changed files with 5 additions and 12 deletions

View File

@ -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
}

View File

@ -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