summaryrefslogtreecommitdiff
path: root/xorg-inputproto/Pkgfile
blob: 1afa32b64978fd1db35bc1d7b733f29fb9e2644c (plain)
    1 # Description: xorg proto inputproto
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
    4 
    5 name=xorg-inputproto
    6 version=1.4.2.1
    7 release=1
    8 source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-$version.tar.bz2)
    9 
   10 build() {
   11 	cd inputproto-$version
   12 
   13 	./configure --prefix=/usr
   14 
   15 	make
   16 	make DESTDIR=$PKG install
   17 }

Generated by cgit