summaryrefslogtreecommitdiffstats
path: root/abs/extra/crystalhd-firmware/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-01 18:26:09 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-01 18:26:22 (GMT)
commite2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37 (patch)
treebee3fe89f2988dd244e11791755e129aa8c03b14 /abs/extra/crystalhd-firmware/PKGBUILD
parent8132c218cfc1f1acb1c6d12154e0d4ca075e77f2 (diff)
downloadlinhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.zip
linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.tar.gz
linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.tar.bz2
Mass move of uncompiled packages to abs_not_built.
The will sit here for a bit, and then will be removed completely if no one claims them.
Diffstat (limited to 'abs/extra/crystalhd-firmware/PKGBUILD')
-rw-r--r--abs/extra/crystalhd-firmware/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/abs/extra/crystalhd-firmware/PKGBUILD b/abs/extra/crystalhd-firmware/PKGBUILD
deleted file mode 100644
index 6fcff54..0000000
--- a/abs/extra/crystalhd-firmware/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: Lex Rivera <x-demon@x-demon.org>
-pkgname=crystalhd-firmware
-pkgver=20100703
-_intver=07032010
-pkgrel=1
-pkgdesc="Broadcom Crystal HD firmware"
-arch=('i686' 'x86_64')
-url="http://git.wilsonet.com/crystalhd.git/"
-license=('GPL2')
-source=("http://www.broadcom.com/docs/support/crystalhd/crystalhd_linux_${pkgver}.zip")
-
-md5sums=('f14c0e418b36ea14f8d25f9a7d6f7507')
-
-build() {
- tar zxf crystalhd_${_intver}.tbz2
- cd $srcdir/${_intver}/linux_lib/libcrystalhd/
- msg "Building..."
- #./configure
- make
- make DESTDIR=${pkgdir} install
- rm -rf ${pkgdir}/usr
-
-}
-# vim:syntax=sh