aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-iproute2-qos/APKBUILD
blob: ca05c42f8077fffb296d3303af421681f0187960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-iproute2-qos
pkgver=0.1.2
pkgrel=1
pkgdesc="ACF module for iproute2-qos"
url="http://git.alpinelinux.org/cgit/$pkgname"
arch="noarch"
license="GPL-2"
depends="acf-core lua iproute2-qos acf-alpine-baselayout>=0.5.7"
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}

md5sums="d40057ae7e74dee618c80b2a7c795fa3  acf-iproute2-qos-0.1.2.tar.bz2"