Açıçevirisi
This commit is contained in:
parent
2bbf65c6ba
commit
4eab61607b
|
@ -1,8 +1,8 @@
|
||||||
# Description: A Python HTML/XML parser designed for quick turnaround projects like screen-scraping
|
# Description: Ekran sıyırma gibi hızlı dönüş projeleri için tasarlanmış bir Python HTML / XML ayrıştırıcı
|
||||||
# URL: URL: http://www.crummy.com/software/BeautifulSoup/index.html
|
# URL: http://www.crummy.com/software/BeautifulSoup/index.html
|
||||||
# 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-beautifulsoup3
|
name=python-beautifulsoup3
|
||||||
version=3.2.1
|
version=3.2.1
|
||||||
release=1
|
release=1
|
||||||
|
@ -14,7 +14,3 @@ build() {
|
||||||
cd BeautifulSoup-$version
|
cd BeautifulSoup-$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