compat-32/orc-32/Pkgfile
2020-01-20 21:55:38 +11:00

20 lines
495 B
Plaintext

# Description: The Oil Runtime Compiler.
# URL: https://gstreamer.freedesktop.org/projects/orc.html
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: orc
name=orc-32
version=0.4.31
release=1
source=(https://gstreamer.freedesktop.org/src/orc/orc-$version.tar.xz)
build() {
cd orc-$version
meson build --prefix=/usr --libdir=/usr/lib32 -D gtk_doc=disabled
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG ninja -C build install
rm -r $PKG/usr/{bin,include,share}
}