move package setxkbmap:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-28 11:21:06 +01:00
parent 52502b6f17
commit 13af48692c
3 changed files with 0 additions and 27 deletions

View File

@ -1,18 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build libX11
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-shared \
make
$STRIP $1

View File

@ -1,8 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install libX11
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/$1 $INSTALL/usr/bin

View File

@ -1 +0,0 @@
http://xorg.freedesktop.org/archive/individual/app/setxkbmap-1.1.0.tar.bz2