summaryrefslogtreecommitdiffstats
path: root/recipe.d/0010-pcre
blob: 9f3b6bf3b22f0585dd911ba536816f9d604f68bd (plain)
1
2
3
4
5
6
7
8
9
10
#requires readline
#requires libtool

# install fails if these files already exist!
rm -f /usr/share/man/man3/pcre* || true
        mcd $BUILDDIR/pcre
        $SRC/pcre-*/configure $TCONFIGARGS
        make $J
        make $J install