mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 03:00:10 -07:00
13 lines
253 B
Bash
Executable File
13 lines
253 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
patch -p1 < libtheora-1.1.1-libpng16.patch
|
|
patch -p1 < fix-theoraenc.patch
|
|
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make -C lib DESTDIR="$1" install
|
|
make -C include DESTDIR="$1" install
|
|
make DESTDIR="$1" install-pkgconfigDATA
|