2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 12:42:28 +00:00
repo/testing/fribidi/build
Muhammad Herdiansyah 62e2635b26 fribidi: new package at 1.0.5
Required by libass
2019-07-23 11:04:55 +07:00

10 lines
120 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-docs \
--with-glib=no
make
make DESTDIR="$1" install