You are not logged in.
I'm currently packaging a little python library consisting of only two files.
The author did not make any setup.py thus I can't call "python setup.py ......." in the PKGBUILD.
My question is : Is it ok to do something like this to install the python lib :
install -Dm644 ${_svnmod}/somefile.py ${pkgdir}/usr/lib/python2.7/site-packages/${pkgname}/
install -Dm644 ${_svnmod}/someotherfile.py ${pkgdir}/usr/lib/python2.7/site-packages/${pkgname}/Thanks for your help
"You feel a strange vibration under your feet."
Offline