Açıklama çevirisi
This commit is contained in:
parent
63918a2f03
commit
2a092c321c
|
@ -1,7 +1,8 @@
|
||||||
# Description: Python syntax highlighter
|
# Description: Python sözdizimi vurgulayıcı
|
||||||
# URL: # NuTyX package info file (http://nutyx.org)
|
# URL: https://pypi.python.org/pypi/Pygments
|
||||||
# Packager: # NuTyX package info file (http://nutyx.org)
|
# Packager: milisarge
|
||||||
# Depends on: python-setuptools
|
# Depends on: python-setuptools
|
||||||
|
|
||||||
name=python-pygments
|
name=python-pygments
|
||||||
version=1.6
|
version=1.6
|
||||||
release=1
|
release=1
|
||||||
|
@ -13,7 +14,3 @@ build() {
|
||||||
cd Pygments-$version
|
cd Pygments-$version
|
||||||
python2 setup.py install --prefix=/usr --root=$PKG
|
python2 setup.py install --prefix=/usr --root=$PKG
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# NuTyX Pkgfile (http://nutyx.org)
|
|
||||||
|
|
Loading…
Reference in New Issue