PKGNAME=screen-4.0.3
ARCHIVE=screen_4.0.3.orig.tar.gz
SRCDIR=screen-4.0.3
CONFIG_OPTS=--datadir=/mnt/HD_a2/fun_plug.d/share

export CC CXX CHOST CTARGET CPREFIX ETCDIR LIBDIR MANDIR

pre_config()
{
	cd screen-4.0.3
	zcat $1/screen_4.0.3-0.4ubuntu2.diff.gz | patch -p1
	cat $1/screen_4.0.3-0.4uclibc.diff | patch -p1
	autoconf
	cd ..
}

pre_build()
{
    test;
}

post_build()
{
	echo Stripping binaries
	${STRIP} $1/root/mnt/HD_a2/fun_plug.d/bin/screen-4.0.3

	echo Removing unneeded files...
	rm -rf $1/root/mnt/HD_a2/fun_plug.d/share/info
	rm -rf $1/root/mnt/HD_a2/fun_plug.d/man

	echo Copying global screenrc to etc/
	install -D $1/screen-4.0.3/etc/etcscreenrc $1/root/mnt/HD_a2/fun_plug.d/etc/screenrc
}
