summaryrefslogtreecommitdiffstats
path: root/recipe.d/0010-pcre
blob: 2a3ff4b0e75be6813bd291e2ef03635bde5f728e (plain)
1
2
3
4
5
6
7
8
9
10
11
#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
        make $J install-exec install-includeHEADERS install-nodist_includeHEADERS install-pkgconfigDATA