blob: 4fb89fb1db9585d8d90c33cf8d6c6abf923898b3 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh -e
make libutf8proc.a
clinst -Dm644 libutf8proc.a "$1/usr/lib/libutf8proc.a"
clinst -Dm644 utf8proc.h "$1/usr/include/utf8proc.h"
clinst -Dm644 -s "s,@VERSION@,$2,g" libutf8proc.pc.in "$1/usr/lib/pkgconfig/libutf8proc.pc"
|