hplip-ve-gerekliler.paketlendi

This commit is contained in:
giresun28 2016-11-13 02:09:03 +02:00
parent 776eda5f7c
commit 73198d9a1d
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
# Description: library Python XML
# URL: http://www.gnome.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: python3
name=python3-xml
version=0.8.4
release=1
source=(http://downloads.sourceforge.net/pyxml/PyXML-0.8.4.tar.gz)
build() {
cd PyXML-$version
python3 setup.py build
python3 setup.py install --prefix=/usr --root=$PKG
}