summaryrefslogtreecommitdiff
path: root/xorg-libxv/Pkgfile
blob: 6e2f57c1f7ba06494da109a50de52296af5f0162 (plain)
    1 # Description: X Video extension client library
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: xorg-libxext xorg-xorgproto
    5 
    6 name=xorg-libxv
    7 version=1.0.11
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/lib/libXv-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libXv-$version
   13 
   14 	./configure --prefix=/usr
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit