17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
# Description: Portable subtitle renderer for Advanced Substation Alpha/Substation Alpha subtitle format
|
|
# URL: https://github.com/libass
|
|
# Packager: tnut at nutyx dot org
|
|
# Depends on: freetype fribidi xorg-fontconfig harfbuzz
|
|
|
|
name=libass
|
|
version=0.13.1
|
|
release=1
|
|
source=(https://github.com/$name/$name/releases/download/$version/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr --disable-static
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|