From: Andrey Paskal Date: Sun, 5 Jul 2009 09:11:38 +0000 (+0400) Subject: build scripts X-Git-Url: https://gitweb.ananas.su/?a=commitdiff_plain;h=290d20712d43c09515d045de125b72bf8c842e0e;p=projects%2Fananas-labs-qt4.git build scripts --- diff --git a/build/ubuntu/README.build b/build/ubuntu/README.build index 30e9659..db8f3b8 100644 --- a/build/ubuntu/README.build +++ b/build/ubuntu/README.build @@ -1,4 +1,4 @@ -Это инструкция по сборке дистрибутива ananas в виде одного deb пакета. +Это инструкция по сборке дистрибутива ananas в один deb пакет. При сборке используется архив ananas-0.9.5.tar.gz Сборка в Ubuntu при помощи pbuilder & co. @@ -40,7 +40,7 @@ Ubuntu не содержит такого пакета. ===== -Вспомогательная информация по настройке cреды сборки pbuilde & co. +Краткая инструкция по настройке cреды сборки pbuilde & co. 1. устанавливаем необходимые пакеты sudo apt-get install build-essential sudo apt-get install devscripts diff --git a/build/ubuntu/rules b/build/ubuntu/rules index 61269d5..3abe4d1 100755 --- a/build/ubuntu/rules +++ b/build/ubuntu/rules @@ -33,6 +33,8 @@ configure-stamp: # cd tmp && wget http://localhost/tmp/compiled/ananas-0.9.5.tgz && \ # cd ../.. && tar zxf ananas-0.9.5/tmp/ananas-0.9.5.tgz && \ # rm -Rf ananas-0.9.5/tmp + cd .. + tar zxf /home/app/tmp/compiled/ananas-0.9.5.tgz touch configure-stamp @@ -45,10 +47,7 @@ build-stamp: configure-stamp # Add here commands to compile the package. # Makes ananas - # Закоментированно временно для отладки процесса сборки пакета -# rm -f `find src doc -name Makefile` -# /usr/share/qt4/bin/qmake src/src.pro -o src/Makefile - $(MAKE) + $(MAKE) -j 4 $(MAKE) tr touch $@