opt/libxklavier/Pkgfile

20 lines
548 B
Plaintext
Raw Normal View History

# Description: A library providing high-level API for X Keyboard Extension known as XKB
2008-11-26 16:20:41 +01:00
# URL: http://freedesktop.org/Software/LibXklavier
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: xorg-libx11 iso-codes gobject-introspection libxml2
2008-11-26 16:20:41 +01:00
name=libxklavier
version=5.4
2012-01-18 08:43:40 +01:00
release=1
source=(https://people.freedesktop.org/~svu/$name-$version.tar.bz2)
2008-11-26 16:20:41 +01:00
build() {
cd $name-$version
sed -i -e '/^SUBDIRS/s/ doc//' Makefile.in
2008-11-26 16:20:41 +01:00
./configure --prefix=/usr \
--disable-static \
--disable-nls
2008-11-26 16:20:41 +01:00
make
make DESTDIR=$PKG install
}