2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/extra/libogg/build

11 lines
154 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
2021-07-18 02:35:19 +00:00
make -C include install
make -C src install
2021-07-06 08:16:57 +00:00
2021-07-18 02:35:19 +00:00
make install-m4dataDATA install-pkgconfigDATA