Merge pull request #172 from yakar/master
python3-magic + python-magic 5.29 paketlendi.
This commit is contained in:
commit
6e6633b9cd
|
@ -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"
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
# Description: Çapraz platform Python, OpenGL ve ilgili API'lere bağlanır.
|
# Description: Çapraz platform Python, OpenGL ve ilgili API'lere bağlanır.
|
||||||
# URL: http://pyopengl.sourceforge.net/
|
# URL: http://pyopengl.sourceforge.net/
|
||||||
# Packager: alihan-ozturk28@hotmail.com
|
# Packager: yakar (aydin@komutan.org)
|
||||||
# Depends on: python freeglut python-setuptools
|
# Depends on: freeglut python-setuptools
|
||||||
|
|
||||||
name=python-opengl
|
name=python-opengl
|
||||||
version=3.1.0
|
version=3.1.0
|
||||||
|
@ -11,5 +11,5 @@ source=( https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$version.ta
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd PyOpenGL-$version
|
cd PyOpenGL-$version
|
||||||
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
|
python setup.py install --prefix=/usr --root=$PKG --optimize=1
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue