#!/bin/sh DESTDIR="${pkgdest:-/}" make -j$(nproc) install [ -e "$pkgdest/bin/pkg-config" ] || ln -fs pkgconf "$pkgdest/bin/pkg-config"