]> git.armaanb.net Git - asd-repo.git/blob - extra/libxml2/build
gmake: new package at 4.3
[asd-repo.git] / extra / libxml2 / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --with-threads \
6     --with-history \
7     --without-python \
8     --without-icu
9
10 gmake
11 gmake DESTDIR="$1" install