Advertisement
timcowchip

xorg-libxcb

Jan 31st, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # Description: X11 client-side library
  2. # URL: http://xcb.freedesktop.org
  3. # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
  4. # Depends on: xorg-xcb-proto xorg-libxdmcp xorg-libxau libxslt libpthread-stubs
  5.  
  6. name=xorg-libxcb
  7. version=1.12
  8. release=1
  9. source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
  10.  
  11. build() {
  12. cd libxcb-$version
  13.  
  14. ./configure --prefix=/usr \
  15. --enable-xinput \
  16. --enable-xkb
  17. make
  18. make DESTDIR=$PKG install
  19.  
  20. rm -rf $PKG/usr/share
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement