compat-32/xorg-libxv-32/Pkgfile

21 lines
455 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
2016-10-09 11:17:56 +02:00
version=1.0.11
release=1
source=(https://www.x.org/releases/individual/lib/libXv-$version.tar.bz2)
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}
}