compat-32/xorg-libxv-32/Pkgfile

21 lines
454 B
Plaintext
Raw Normal View History

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