# Description: portable and fully compliant implementation of the protocol for the client side # URL: http://miniupnp.free.fr/libnatpmp.html # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=libnatpmp version=20230423 release=1 source=(http://miniupnp.free.fr/files/${name}-${version}.tar.gz) build() { cd ${name}-${version} make make INSTALLPREFIX=$PKG/usr INSTALLDIRINC=$PKG/usr/include install install -Dm644 natpmp_declspec.h -t $PKG/usr/include }