hblock: bump to 3.4.0
[kiss-trunc88.git] / pcre / build
blob4ee3fae20d4d21028ad4099f2eea7877082a385f
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --enable-unicode-properties
7 make
8 make DESTDIR="$1" install
10 rm -rf "$1/usr/share/doc"