build (119B)
1 2 3 4 5 6 7
#!/bin/sh -e ./configure \ --prefix=/usr \ --with-installbuilddir="/usr/share/apr-1" make make DESTDIR="$1" install