milis/talimatname/genel/q/qtermwidget/talimat

23 lines
449 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Terminal Widget based on qt4
# URL: http://sourceforge.net/projects/qterminal/
# Maintainer: https://github.com/qterminal/qtermwidget.git
# Paketçi: pierre at nutyx dot org
# Gerekler: qt4
name=qtermwidget
version=20130206
release=2
source=(http://downloads.nutyx.org/files/patchs/$name/$name-$version.tar.bz2)
build ()
{
cd $name-$version
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR="$PKG/" install
}