aboutsummaryrefslogtreecommitdiffstats
path: root/main/dahdi-linux
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-01-30 21:38:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-01-30 21:49:31 +0000
commitb6563952f462ebd9d414f7cc95fd0fd642e20277 (patch)
tree999bb0dfd1db09e45c1a3a1ffd173222782a9690 /main/dahdi-linux
parent4085a2079a19ec9646d34058f76d25990a57e1cb (diff)
downloadaports-b6563952f462ebd9d414f7cc95fd0fd642e20277.tar.bz2
aports-b6563952f462ebd9d414f7cc95fd0fd642e20277.tar.xz
main/dahdi-linux: modernize
use https, fix license and remove unneeded bits
Diffstat (limited to 'main/dahdi-linux')
-rw-r--r--main/dahdi-linux/APKBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/main/dahdi-linux/APKBUILD b/main/dahdi-linux/APKBUILD
index 50f5e9acfa..b6dcefd37d 100644
--- a/main/dahdi-linux/APKBUILD
+++ b/main/dahdi-linux/APKBUILD
@@ -4,24 +4,19 @@ pkgname=dahdi-linux
pkgver=3.1.0
pkgrel=0
pkgdesc="Firmware for Digium Asterisk Hardware Device Interface drivers"
-url="http://www.asterisk.org"
+url="https://www.asterisk.org"
arch="noarch"
-license="GPL"
+license="GPL-2.0-only"
makedepends="wget tar"
subpackages="$pkgname-dev"
-source="http://downloads.digium.com/pub/telephony/dahdi-linux/releases/dahdi-linux-$pkgver.tar.gz"
+source="https://downloads.digium.com/pub/telephony/dahdi-linux/releases/dahdi-linux-$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.
-build() {
- return 0
-}
-
package() {
- cd "$srcdir"/$pkgname-$pkgver
make -j1 DESTDIR="$pkgdir" HOTPLUG_FIRMWARE=yes \
install-include install-firmware
}