milis/talimatname/genel/f/fet/talimat

18 lines
445 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.

# Description: Bir okul, lise veya üniversitenin zaman çizelgesini otomatik olarak planlamak için bir yazılım.
# URL: http://lalescu.ro/liviu/fet/
# Packager: Cihan Alkan
# Depends on: qt5 hicolor-icon-theme
name=fet
version=5.33.1
release=1
source=(http://lalescu.ro/liviu/fet/download/$name-$version.tar.bz2)
build() {
cd $SRC/$name-$version
qmake-qt5 fet.pro "DEFINES+=USE_SYSTEM_LOCALE"
make
make INSTALL_ROOT=$PKG/ install
}