]> git.armaanb.net Git - asd-repo.git/blob - core/libevent/build
7ca84fcf761969cd4e3c2035ba6b245ec8628b4b
[asd-repo.git] / core / libevent / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --disable-static
6
7 make
8 make DESTDIR="$1" install