Guest User

Untitled

a guest
May 21st, 2025
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. --- PKGBUILD-orig 2025-05-21 12:45:38.619979539 +0200
  2. +++ PKGBUILD 2025-05-21 12:50:23.957987691 +0200
  3. @@ -7,8 +7,8 @@
  4. arch=('i686' 'x86_64')
  5. url="https://www.libtorrent.org/"
  6. license=('BSD-3-Clause')
  7. -depends=('boost-libs' 'openssl')
  8. -makedepends=('git' 'boost' 'cmake' 'python' 'python-setuptools')
  9. +depends=('boost1.86-libs' 'openssl')
  10. +makedepends=('git' 'boost1.86' 'cmake' 'python' 'python-setuptools')
  11. provides=("libtorrent-rasterbar=$pkgver")
  12. conflicts=('libtorrent-rasterbar')
  13. source=('git+https://github.com/arvidn/libtorrent.git#branch=RC_1_2')
  14. @@ -29,6 +29,7 @@
  15.  
  16. cmake \
  17. -B "_build" \
  18. + -DBOOST_ROOT=/opt/boost1.86 \
  19. -DCMAKE_BUILD_TYPE=Release \
  20. -DCMAKE_INSTALL_PREFIX="/usr" \
  21. -DCMAKE_INSTALL_LIBDIR="lib" \
  22.  
Add Comment
Please, Sign In to add comment