# Description: This is QT4 based version of Tea small text editor with tabbed layout engine and many other conveniences # URL: http://tea-editor.sourceforge.net/ # Maintainer: Ivan Rodionov, jean at mosk ru # Packager: Ivan Rodionov, jean at mosk ru # Depends on: qt4 # # nice to have: aspell name=tea #version=19.0.0 version=23.0.0 release=1 source=(http://dl.sourceforge.net/sourceforge/tea-editor/$name-$version.tar.bz2) build() { cd $name-$version sed -i s/"\/usr\/local\/bin"/"usr\/local\/bin"/ src.pro /usr/share/qt4/bin/qmake make make install mkdir -p $PKG/usr/bin cp ./usr/local/bin/tea $PKG/usr/bin/tea }