Açıklama çevirisi
This commit is contained in:
parent
f683a5bc78
commit
667bfd52dc
|
@ -1,8 +1,8 @@
|
||||||
# Description: Python2 wrapper for SQLite.
|
# Description: SQLite için Python2 sarmalayıcı.
|
||||||
# URL: URL: https://github.com/rogerbinns/apsw
|
# URL: https://github.com/rogerbinns/apsw
|
||||||
# NuTyX package info file (http://nutyx.org)
|
# Packager: milisarge
|
||||||
# Packager: # NuTyX package info file (http://nutyx.org)
|
# Depends on: python sqlite
|
||||||
# Depends on: python sqlite
|
|
||||||
name=python-apsw
|
name=python-apsw
|
||||||
version=3.8.4.3
|
version=3.8.4.3
|
||||||
release=1
|
release=1
|
||||||
|
@ -14,7 +14,3 @@ build() {
|
||||||
cd apsw-$version-r1
|
cd apsw-$version-r1
|
||||||
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