updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / xlayout / PKGBUILD
blobcc699d80b23393e8aa71c1985b77cfd0403a48d7
1 # $Id: PKGBUILD,v 1.36 2004/12/07 08:59:32 judd Exp $
2 # Maintainer: big_gie <coagulateur@gmail.com>
3 pkgname=xlayout
4 pkgver=0.3
5 pkgrel=1
6 pkgdesc="Make possible the choice of the X layout at boot time via a kernel parameter"
7 url="http://wiki.archlinux.org/index.php/XLayout"
8 source=(xlayout)
9 install=(xlayout.install)
11 build() {
13   mkdir -p $startdir/pkg/etc/rc.d
15   #-rwxr-xr-x
16   install -m 755 $startdir/src/xlayout $startdir/pkg/etc/rc.d/xlayout
19 md5sums=('b01bde0691d1d18348d0d5baf99d08f5')