repo/extra/libogg/build
2021-07-06 11:16:57 +03:00

16 lines
271 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr
make -C src
# Install library and headers.
make -C include DESTDIR="$1" install
make -C src DESTDIR="$1" install
# Install m4 and pkg-config data.
make DESTDIR="$1" \
install-m4dataDATA \
install-pkgconfigDATA