Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2014 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1683819a1c4ebc5f12d3 to your computer and use it in GitHub Desktop.
Save anonymous/1683819a1c4ebc5f12d3 to your computer and use it in GitHub Desktop.
libxkbcommon/Pkgfile
# Description: xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state.
# URL: http://xkbcommon.org/
# Maintainer: Kristian Lehmann, email at zero-io dot net
# Depends on: xorg-libxau xorg-libxcb xorg-libxdmcp
name=libxkbcommon
version=0.4.3
release=1
source=(http://xkbcommon.org/download/$name-$version.tar.xz)
build() {
cd $name-$version/
./configure --prefix=/usr --mandir=/usr/man
make
make -j1 DESTDIR=$PKG PREFIX=/usr install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment