summaryrefslogtreecommitdiff
path: root/xorg-libxvmc-32/Pkgfile
blob: 168f2e187749f4b2019a0a45f70bb7c1a2250b33 (plain)
    1 # Description: X Video Motion Compensation extension client library
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: xorg-libxv-32 xorg-libxvmc
    5 
    6 name=xorg-libxvmc-32
    7 version=1.0.12
    8 release=1
    9 source=(https://www.x.org/releases/individual/lib/libXvMC-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libXvMC-$version
   13 
   14 	# prevent linking against libxv
   15 	export XVMC_LIBS="-lX11 -lXext"
   16 
   17 	./configure --prefix=/usr --libdir=/usr/lib32
   18 
   19 	make
   20 	make DESTDIR=$PKG install
   21 
   22 	rm -r $PKG/usr/{include,share/doc}
   23 }

Generated by cgit