mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/libnl: fix license
This commit is contained in:
parent
dcbc0ffa71
commit
75f72cbce1
@ -1,11 +1,11 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libnl
|
||||
pkgver=1.1.4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Library for applications dealing with netlink sockets"
|
||||
url="https://www.infradead.org/~tgr/libnl/"
|
||||
arch="all"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-only"
|
||||
makedepends="linux-headers"
|
||||
subpackages="$pkgname-dev"
|
||||
source="https://www.infradead.org/~tgr/libnl/files/$pkgname-$pkgver.tar.gz
|
||||
@ -13,7 +13,6 @@ source="https://www.infradead.org/~tgr/libnl/files/$pkgname-$pkgver.tar.gz
|
||||
libnl-1.1-vlan-header.patch
|
||||
fix-strerror_r.patch
|
||||
fix-includes.patch"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
# tests does not work on s390x builder
|
||||
case "$CARCH" in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user