receipt for qt-4.4.1

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


HI,
Can anyone check this receipt,
id like to know if the name should remain the same i.e
qt-x11-opensource-src or could i change it to something simple like
qt4 also if anyone knows how to further decrease the size by not
copying unneccessary file eg . designer ( i dont know how to use qt, i
just needed it to run a program based on pyqt4,GNS3, which works fine
)
i also have the receipts for QT4-dev, PyQt4 and sip ready but they are
dependent on the approval of this receipt. Plus was able to compile
qjackctl, as a test for this package.
make DESTDIR install wasnt working and strip was giving some BFD errors.

# SliTaz package receipt.

PACKAGE="qt-x11-opensource-src"
VERSION="4.4.1"
CATEGORY="development"
SHORT_DESC="qt x11 toolkit"
MAINTAINER="allan316@xxxxxxxxx"
DEPENDS=""
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.trolltech.com";
WGET_URL="ftp://ftp.tu-chemnitz.de/pub/Qt/qt/source/$TARBALL";

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	mkdir -p _pkg/usr/
	./configure --prefix=$PWD/_pkg/usr
	$CONFIGURE_ARGS
	make
	make  install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr
	cp -a $_pkg/usr/q3porting.xml $fs/usr
	cp -a $_pkg/usr/bin $fs/usr
	cp -a $_pkg/usr/lib/ $fs/usr
}



-- 
Thanx and regd's.

Allan.
http://www.in2dwok.com

---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/