]> git.armaanb.net Git - asd-repo.git/blob - junk/libass/build
mpv: move to junk
[asd-repo.git] / junk / libass / build
1 #!/bin/sh -e
2
3 patch -p1 < no-fribidi.patch
4 sed -i \
5     -e 's/as_fn_error.*fribidi/: 0 "/' \
6     -e '/pkg_requires="fribidi >= .*/d' \
7     configure
8
9 ./configure \
10     --prefix=/usr \
11     --enable-fontconfig
12
13 make
14 make DESTDIR="$1" install