summaryrefslogtreecommitdiffstats
path: root/smokeqt/Pkgfile
blob: d0fc8741cf5fe3295b0985f0f9f62779af4458de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Implementation de Perl pour KDE4
# URL: http://www.kde.org
# Maintainer: KDE Project : https://projects.kde.org/projects/kde
# Packager: lesibel at free dot fr
# Depends on: cmake,qt,kde-runtime,smokegen,qimageblitz,phonon,qscintilla,qwt
# Run on: kde-runtime,smokegen,qimageblitz,phonon,qscintilla,qwt

name=smokeqt
version=4.9.0
release=1
source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.xz)

build() {
	cd $name-*
	mkdir build
	cd build
	cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_BUILD_TYPE=Release 
	make
	make DESTDIR=$PKG install
}