summaryrefslogtreecommitdiff
path: root/xorg-libxvmc-32/Pkgfile
blob: 6f68a8b675b9312e150de0e9401cc20288fa316c (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-libx11-32 xorg-libxext-32 xorg-libxv-32 xorg-libxvmc
    5 
    6 name=xorg-libxvmc-32
    7 version=1.0.7
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/lib/libXvMC-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libXvMC-$version
   13 
   14 	./configure --prefix=/usr --libdir=/usr/lib32
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 
   19 	rm -rf $PKG/usr/{include,share}
   20 }

Generated by cgit