Create talimat

This commit is contained in:
MEBis 2017-10-08 21:47:57 +03:00 committed by GitHub
parent bacd4e452f
commit 53901a9ae4
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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
}