2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-05 16:55:47 -06:00
repo/extra/libogg/build

13 lines
205 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
2023-03-02 07:40:00 -07:00
make -C include DESTDIR="$1" install
make -C src DESTDIR="$1" install
2021-07-06 02:16:57 -06:00
2023-03-02 07:40:00 -07:00
make DESTDIR="$1" \
install-m4dataDATA \
install-pkgconfigDATA