summaryrefslogtreecommitdiff
path: root/xorg-libx11-32/Pkgfile
blob: 6188ca471f183603600407109297ba729c6d3ab0 (plain)
    1 # Description: X client library
    2 # URL: https://xorg.freedesktop.org/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: xorg-libxcb-32 xorg-xtrans-32 xorg-libx11
    5 
    6 name=xorg-libx11-32
    7 version=1.6.5
    8 release=1
    9 source=(https://www.x.org/releases/individual/lib/libX11-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libX11-$version
   13 
   14 	./configure --prefix=/usr --libdir=/usr/lib32
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 
   19 	rm -r $PKG/usr/{include,share/man,share}
   20 }

Generated by cgit