Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8f594bcebc8ba7c1194f3f0a90de302b8b367693
commit 8f594bcebc8ba7c1194f3f0a90de302b8b367693 Author: Slown <[email protected]> Date: Tue Sep 4 19:55:20 2012 +0100 texstudio-2.4-1-i686 * new package diff --git a/source/xapps-extra/texstudio/FrugalBuild b/source/xapps-extra/texstudio/FrugalBuild new file mode 100644 index 0000000..d21120c --- /dev/null +++ b/source/xapps-extra/texstudio/FrugalBuild @@ -0,0 +1,20 @@ +# Compiling Time: 0.93 SBU +# Maintainer: Slown <[email protected]> + +pkgname=texstudio +pkgver=2.4 +pkgrel=1 +pkgdesc="Fork of the LaTeX IDE TexMaker. Gives you an environment where you can easily create and manage LaTeX documents" +depends=('poppler-qt4' 'libqtnetwork' 'libqtuitools' 'libqtscript') +groups=('xapps-extra') +archs=('i686' 'x86_64') +Finclude sourceforge +_F_cd_path="$pkgname$pkgver" +sha1sums=('6575772e461b26f438dd5e9361c957d9b7d3abe2') + +build() { + Fcd + qmake texstudio.pro || Fdie + Fmake + make INSTALL_ROOT=$Fdestdir install || Fdie +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
