Advertisement
Guest User

PKGBUILD for wickr-bin (with i386 support)

a guest
Sep 15th, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. # Contributor: Michael Moroni <michael.moroni AT openmailbox DOT org>
  2. # Maintainer: Yauhen Kirylau <yawghen AT gmail.com>
  3. # Upstream URL: https://wickr.com/
  4.  
  5. pkgname=wickr-bin
  6. pkgver=2.3.5
  7. pkgrel=1
  8. pkgdesc="Wickr messenger"
  9. arch=('i686' 'x86_64')
  10. url="https://wickr.com"
  11. license=('Proprietary')
  12. options=(!strip)
  13. depends=( 'libutil-linux' 'glibc' 'gcc-libs' 'glib2' 'zlib' 'lz4' 'xz'
  14. 'libsystemd' 'libdbus' 'libxml2' 'libffi' 'pcre' 'expat' 'json-c' 'libxslt'
  15. 'libsndfile' 'libpulse' 'libdrm' 'gstreamer0.10' 'gstreamer0.10-base' 'flac'
  16. 'libvorbis' 'libogg' 'mesa' 'libx11' 'libxcb' 'libxrender' 'libxcomposite'
  17. 'libxext' 'libxdamage' 'libxfixes' 'libxshmfence' 'libxxf86vm' 'libasyncns'
  18. 'orc' 'libxau' 'libxdmcp' 'libcap' 'libgcrypt' 'libgpg-error' 'attr' 'libx264')
  19.  
  20. sha256sums=('0f5e4ffc1082f735681ecada99e150020850400d7a9107e4d1a10e80a799bf81')
  21. source=("https://mywickr.info/download.php?p=364")
  22.  
  23. if [ "$CARCH" = 'i686' ]; then
  24. sha256sums=('72cb316049916a50351b304fd088d412ef438110b68f40c9fb90c9e06589dc8a')
  25. source=("https://mywickr.info/download.php?p=332")
  26. fi
  27.  
  28. package() {
  29. bsdtar xf data.tar.xz
  30. chmod -R g-w usr
  31. mv usr "${pkgdir}"
  32.  
  33. ln -s /usr/lib/libx264.so ${pkgdir}/usr/lib/libx264.so.142
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement