CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sylpheed: initial import (verified compilation)
[attic/ports/opt-cross.git] / xkbset / Pkgfile
CommitLineData
2fd1623b
VM
1# Description: program to help manage many of the XKB features of X window
2# URL: http://www.math.missouri.edu/~stephen/software/
38b50d66 3# Arch Maintainer System Team devel at crux-arm dot nu
2fd1623b
VM
4# Depends on: xorg-libx11
5
6name=xkbset
7version=0.5
8release=1
9source=(http://www.math.missouri.edu/~stephen/software/$name/$name-$version.tar.gz)
10
11build() {
12 cd $name-$version
13 install -d $PKG/usr/{bin,man/man1}
14 sed -e 's|X11PREFIX=/usr/X11R6|X11PREFIX=/usr/|g' \
15 -e "s|X11BASE=/usr/X11R6|X11BASE=$CLFS/usr|g" \
16 -e 's|INSTALL_PROGRAM=${INSTALL} -s|INSTALL_PROGRAM=${INSTALL}|g' \
17 -i Makefile
18 make CC="$CC"
19 make DESTDIR=$PKG INSTALL_MAN1=$PKG/usr/man/man1/ install
20}