#!/bin/mkpkg # description: A minimalistic user-space library oriented to Netlink developers. # url: https://netfilter.org/projects/libmnl/ name=libmnl version=1.0.5 release=1 source=( https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2 ) sha256sums=( "274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525" ) build() { cd $name-$version ./configure --prefix=/ make make DESTDIR=$PKG install rm -f $PKG/usr/lib/*.la } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh