21 lines
455 B
Plaintext
Raw Permalink Normal View History

# Description: X Video extension client library
2024-12-15 13:53:42 +01:00
# URL: https://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2018-04-06 00:13:35 +10:00
# Depends on: xorg-libxext-32
name=xorg-libxv-32
2024-12-15 13:53:42 +01:00
version=1.0.13
release=1
2022-12-09 22:02:16 +00:00
source=(https://www.x.org/releases/individual/lib/libXv-$version.tar.xz)
build() {
cd libXv-$version
2016-10-09 20:17:56 +11:00
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2016-10-09 20:17:56 +11:00
rm -r $PKG/usr/{include,share/man,share}
}