milis/talimatname/genel/f/fet/talimat

18 lines
438 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: Bir okul, lise veya üniversitenin zaman çizelgesini otomatik olarak planlamak için bir yazılım.
# URL: http://lalescu.ro/liviu/fet/
# Paketçi: Cihan Alkan
# Gerekler: 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
}