Açıklama çevirisi
This commit is contained in:
parent
e0763cea48
commit
3d16e0bb19
|
@ -1,8 +1,8 @@
|
||||||
# Description: A pythonic, object-oriented web development framework.
|
# Description: Pythonic, nesne yönelimli bir web geliştirme çerçevesi.
|
||||||
# URL: URL: http://www.cherrypy.org/
|
# URL: http://www.cherrypy.org/
|
||||||
# NuTyX package info file (http://nutyx.org)
|
# Packager: milisarge
|
||||||
# Packager: # NuTyX package info file (http://nutyx.org)
|
|
||||||
# Depends on: python
|
# Depends on: python
|
||||||
|
|
||||||
name=python-cherrypy
|
name=python-cherrypy
|
||||||
version=3.6.0
|
version=3.6.0
|
||||||
release=1
|
release=1
|
||||||
|
@ -14,7 +14,3 @@ build() {
|
||||||
cd CherryPy-$version
|
cd CherryPy-$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