repo/extra/libogg/build

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