summaryrefslogtreecommitdiffstats
path: root/kde/yawp/Pkgfile
blob: b0ce6f9502a0eb101cb3dd8640ec00a7a13c4aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Plasmoide pour la météo 
# URL: http://www.kde-look.org/content/show.php/yaWP+(Yet+Another+Weather+Plasmoid)?content=94106
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on: kdebase-workspace
# Run on: kdebase-workspace

name=yawp
version=0.3.2
release=2
source=(http://downloads.sourceforge.net/yawp/yawp-$version.tar.bz2\
	http://nutyx.meticul.eu/files/patchs/$name/$name-$version-gcc-01.patch)

build() {
	cd $name-$version
	patch -Np1 -i ../yawp-0.3.2-gcc-01.patch
	mkdir build
	cd build
	cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
	make
	make DESTDIR=$PKG install
}