# Contributor: Timo Teras # Maintainer: Timo Teras pkgname=dahdi-linux pkgver=2.9.1.1 pkgrel=0 pkgdesc="Firmware for Digium Asterisk Hardware Device Interface drivers" url="http://www.asterisk.org" arch="noarch" license="GPL" depends= makedepends="wget tar" install= subpackages="$pkgname-dev" source="http://downloads.digium.com/pub/telephony/dahdi-linux/releases/$pkgname-$pkgver.tar.gz " # We online install the firmwares in this package since those are common for all # kernel flavors. We also install the headers for the -dev package. # # The kernel drivers themselves are built from separate build recipe. prepare() { cd "$srcdir"/$pkgname-$pkgver for i in $source; do case $i in *.patch|*.diff) patch -p1 -i "$srcdir"/$i || return 1;; esac done } build() { return 0 } package() { cd "$srcdir"/$pkgname-$pkgver make -j1 DESTDIR="$pkgdir" HOTPLUG_FIRMWARE=yes \ install-include install-firmware } md5sums="f8f1028d3466d5d642c0c51e9e3c7e7c dahdi-linux-2.9.1.1.tar.gz" sha256sums="789f3644a8cc6e20b4949dc95c2fbbc56d91e2f779fce7fa9122f2b40b785c2f dahdi-linux-2.9.1.1.tar.gz" sha512sums="8d4ac57579bee839aa1884f156f83b6ea212ed81f74adbc7e5f8acaa60d417123fddb5f49d1952f0a3a98fb3c1564dfc4309f0128d7b71c58b4da428952119f7 dahdi-linux-2.9.1.1.tar.gz"