repo/extra/libogg/build

11 lines
154 B
Plaintext
Raw Normal View History

2019-07-18 02:01:08 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr
2021-07-06 02:16:57 -06:00
make -C src
2021-07-17 20:35:19 -06:00
make -C include install
make -C src install
2021-07-06 02:16:57 -06:00
2021-07-17 20:35:19 -06:00
make install-m4dataDATA install-pkgconfigDATA