# HG changeset patch # User Allan Pinto # Date 1221146536 0 # Node ID 30037287225e974a5d9bb002115c7bbebe8089c1 # Parent 14003687d2b82a45d3e5c11d0f94be83a4dce251 Add qt-x11-opensource-src, no package added, needed for wanted variable diff -r 14003687d2b8 -r 30037287225e qt-x11-opensource-src/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qt-x11-opensource-src/receipt Thu Sep 11 15:22:16 2008 +0000 @@ -0,0 +1,24 @@ +# SliTaz package receipt. + +PACKAGE="qt-x11-opensource-src" +VERSION="4.4.1" +CATEGORY="development" +SHORT_DESC="qt x11 toolkit" +MAINTAINER="allan316@gmail.com" +DEPENDS="slitaz-dev-pkgs" +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 +} + +