Advertisement
Guest User

firefox-aurora - pkgver=14.0a2_20120604

a guest
Jun 6th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. # Maintainer: Luis von Bernus <PaterSiul@gmail.com>
  2. # Contributors: L42y, aeosynth, Dan Serban
  3.  
  4. pkgname=firefox-aurora
  5. pkgver=14.0a2_20120604
  6. _pkgver=14.0a2
  7. _datetime=2012-06-04-04-20-07
  8. pkgrel=1
  9. pkgdesc="Firefox Aurora channel - lagging a bit behind nightly but suitable for aur helpers"
  10. url=http://www.mozilla.org/projects/firefox/
  11. arch=(i686 x86_64)
  12. license=(MPL GPL LGPL)
  13. depends=(desktop-file-utils libxt mime-types nss shared-mime-info)
  14. source=(firefox-aurora.desktop
  15. firefox-aurora-safe.desktop
  16. "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/${_datetime}-mozilla-aurora/firefox-${_pkgver}.en-US.linux-${CARCH}.tar.bz2")
  17. md5sums=('663176661ce817e40b4217c5e107df42'
  18. '1fbf95734ceb475ac2ac6ab085fc1961'
  19. '0f5e83780d3e8c568c0aca768e2a2bfa')
  20. package()
  21. {
  22. mkdir -p "${pkgdir}"/{usr/{bin,share/{applications,pixmaps}},opt}
  23. mv firefox firefox-aurora
  24. mv firefox-aurora "${pkgdir}"/opt/
  25. ln -s /opt/firefox-aurora/firefox "${pkgdir}"/usr/bin/firefox-aurora
  26. install -m644 "${startdir}"/{firefox-aurora.desktop,firefox-aurora-safe.desktop} "${pkgdir}"/usr/share/applications/
  27. install -m644 "${pkgdir}"/opt/firefox-aurora/icons/mozicon128.png "${pkgdir}"/usr/share/pixmaps/firefox-aurora-icon.png
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement