repo/extra/libogg/build

16 lines
271 B
Plaintext
Raw Normal View History

2019-07-18 08:01:08 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr
2021-07-06 08:16:57 +00:00
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