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

Generated by cgit