# Description: contains a stripped down version of libnl # URL: https://github.com/sabotage-linux/libnl-tiny # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=libnl-tiny version=39ec78bb012edc2739c3d3d0058e4076411068b1 release=2 source=(https://github.com/sabotage-linux/${name}/archive/${version}.tar.gz nla_s8.patch) renames=(${name}-${version}.tar.xz) build() { cd ${name}-${version} patch -Np1 -i ../nla_s8.patch make prefix=/usr make prefix=/usr DESTDIR=$PKG install }