move package xwd:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-11-06 16:27:40 +01:00
parent d7d85f271a
commit 59eeb05ec9
4 changed files with 0 additions and 44 deletions

View File

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

View File

@ -1,9 +0,0 @@
#!/bin/sh
. config/options
PKG_DIR=`find $PACKAGES -type d -name $1`
mkdir -p $INSTALL/usr/bin
cp -PR $PKG_BUILD/$1 $INSTALL/usr/bin
cp -PR $PKG_DIR/scripts/screenshot $INSTALL/usr/bin

View File

@ -1,19 +0,0 @@
#!/bin/sh
# Screenshot script
#
# Author Tómas Edwardsson <tommi@tommi.org>
. /etc/sysconfig
[ -f $HOME/noscreenshot ] && exit
WHERE="$HOME/screenshots/`date +%Y/%m/%d`"
FILE="$WHERE`date +/screenshot-%H%M`"
mkdir -p $WHERE
/usr/bin/xwd -display :0.0 -root -out $FILE.xwd
#/usr/bin/convert $FILE.xwd $FILE.png
#/bin/rm -f $FILE.xwd

View File

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