Follow-up Comment #3, bug #12728 (project wesnoth):

Ok it seems solved. To obtain the expected result now I have to do:

#CONFIGURING
cd $startdir/src/wesnoth-$pkgver 
  ./configure --prefix=/usr --enable-tools --enable-editor --enable-server \
--with-preferences-dir=.wesnoth-devel --program-suffix=-devel
--with-datadir-name=wesnoth-devel \
--mandir=$startdir/pkg/usr/man/wesnoth-devel --disable-strict-compilation

#MAKING datarootdir=/usr/share might be another useful otion
make datadir=/usr/share

#INSTALLING in the $startdir/pkg/ directory
  make prefix=$startdir/pkg/usr \
pkgpythondir=$startdir/pkg/usr/lib/python`python -c "import sys; print '%d' %
(sys.version_info[0]);"`.`python -c "import sys; print '%d' %
(sys.version_info[1]);"`/site-packages/wesnoth install 


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?12728>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to