summaryrefslogtreecommitdiffstats
path: root/yakuake/Pkgfile
blob: 7109c45f06b2b73cb0560bc2c7d36f1859a9c128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Emulateur de terminal pour KDE
# URL: http://yakuake.uv.ro/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: kde-baseapps
# Run on: kde-baseapps,xorg-libxtst

name=yakuake
version=2.9.7
release=1
source=(http://download.berlios.de/$name/$name-$version.tar.bz2)

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