Advertisement
Guest User

Untitled

a guest
Nov 17th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # Description: xorg proto inputproto
  2. # URL: http://xorg.freedesktop.org
  3. # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
  4. # Depends on: xorg-inputproto
  5.  
  6. name=xorg-inputproto-32
  7. version=2.2
  8. release=1
  9. source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-$version.tar.bz2)
  10.  
  11. build() {
  12. cd inputproto-$version
  13.  
  14. ./configure --prefix=/usr --libdir=/usr/lib32
  15.  
  16. make
  17. make DESTDIR=$PKG install
  18.  
  19. find $PKG/usr/share -type d -delete
  20. rm -rf $PKG/usr/include
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement