Advertisement
Guest User

crystalhd-firmware v

a guest
Aug 4th, 2010
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # Contributor: Lex Rivera <x-demon@x-demon.org>
  2. pkgname=crystalhd-firmware
  3. pkgver=20100703
  4. pkgrel=1
  5. pkgdesc="Broadcom Crystal HD firmware"
  6. arch=('i686' 'x86_64')
  7. url="http://git.wilsonet.com/crystalhd.git/"
  8. license=('GPL2')
  9. source=("http://www.broadcom.com/docs/support/crystalhd/crystalhd_linux_${pkgver}.zip")
  10. md5sums=('f14c0e418b36ea14f8d25f9a7d6f7507')
  11.  
  12. build() {
  13. cd ${srcdir}
  14. tar xvf crystalhd_07032010.tbz2
  15. cd ${srcdir}/07032010
  16. mkdir -p ${pkgdir}/lib/firmware/
  17. msg "Copying firmware to target dir..."
  18. cp -r ${srcdir}/07032010/firmware/* ${pkgdir}/lib/firmware/
  19. }
  20. # vim:syntax=sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement