summaryrefslogtreecommitdiff
path: root/xorg-libxevie/Pkgfile
blob: 3000b17d9c5c88410e5d8cc07d25453c944be5ad (plain)
    1 # Description: X Event Interception extension client library
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
    4 # Depends on: xorg-evieext, xorg-xproto, xorg-libx11, xorg-libxext
    5 
    6 name=xorg-libxevie
    7 version=1.0.2
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/lib/libXevie-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libXevie-$version
   13 
   14 	./configure --prefix=/usr
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit