summaryrefslogtreecommitdiffstats
path: root/kde/yawp/Pkgfile
blob: dbdbb7f013e7a66c2c238583fc5df35f55d5fa00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

name=yawp
version=0.2.3
release=1
source=(http://downloads.sourceforge.net/yawp/yawp-$version.tar.bz2)

build() {
	cd $name-$version
	mkdir build
	cd build
	cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX
	make -j3
	make DESTDIR=$PKG install
}