diff --git a/talimatname/genel/python-magic/talimat b/talimatname/genel/python-magic/talimat new file mode 100644 index 000000000..264ac61e9 --- /dev/null +++ b/talimatname/genel/python-magic/talimat @@ -0,0 +1,15 @@ +# Description: Magic kütüphanesi için python bağlantısı. +# URL: http://darwinsys.com/file/ +# Packager: yakar (aydin@komutan.org) +# Depends on: python-setuptools + +name=python-magic +version=5.29 +release=1 +source=(ftp://ftp.astron.com/pub/file/file-${version}.tar.gz) + +build() { + cd "${SRC}/file-${version}/python" + python setup.py install --root="${PKG}" --optimize=1 + install -Dm0644 "${SRC}/file-${version}/COPYING" "${PKG}/usr/share/licenses/${name}/COPYING" +} diff --git a/talimatname/genel/python-opengl/talimat b/talimatname/genel/python-opengl/talimat index 3303591a0..8b326bbc0 100644 --- a/talimatname/genel/python-opengl/talimat +++ b/talimatname/genel/python-opengl/talimat @@ -1,7 +1,7 @@ # Description: Çapraz platform Python, OpenGL ve ilgili API'lere bağlanır. # URL: http://pyopengl.sourceforge.net/ -# Packager: alihan-ozturk28@hotmail.com -# Depends on: python freeglut python-setuptools +# Packager: yakar (aydin@komutan.org) +# Depends on: freeglut python-setuptools name=python-opengl version=3.1.0 @@ -11,5 +11,5 @@ source=( https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$version.ta build() { cd PyOpenGL-$version - python2 setup.py install --prefix=/usr --root=$PKG --optimize=1 + python setup.py install --prefix=/usr --root=$PKG --optimize=1 } diff --git a/talimatname/genel/python3-magic/talimat b/talimatname/genel/python3-magic/talimat new file mode 100644 index 000000000..28bcd44e5 --- /dev/null +++ b/talimatname/genel/python3-magic/talimat @@ -0,0 +1,15 @@ +# Description: Magic kütüphanesi için python bağlantısı. +# URL: http://darwinsys.com/file/ +# Packager: yakar (aydin@komutan.org) +# Depends on: python3 python3-setuptools + +name=python3-magic +version=5.29 +release=1 +source=(ftp://ftp.astron.com/pub/file/file-${version}.tar.gz) + +build() { + cd "${SRC}/file-${version}/python" + python3 setup.py install --root="${PKG}" --optimize=1 + install -Dm0644 "${SRC}/file-${version}/COPYING" "${PKG}/usr/share/licenses/${name}/COPYING" +}