forked from kiss-community/repo
62e2635b26
Required by libass
10 lines
120 B
Bash
Executable File
10 lines
120 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--disable-docs \
|
|
--with-glib=no
|
|
|
|
make
|
|
make DESTDIR="$1" install
|