master hovercats/oakiss / repo / libtasn1 / build
1#!/bin/sh -e
2
3./configure \
4	--prefix=/usr \
5	--disable-doc
6
7make
8make DESTDIR="$1" install