kiss-mfavila-large/ports/unofficial/rolling/hidapi-git/build

10 lines
94 B
Bash
Executable File

#!/bin/sh -e
autoreconf -fi
./configure \
--prefix=/usr
make
make DESTDIR="$1" install