diff options
Diffstat (limited to 'kde/yawp/Pkgfile')
-rwxr-xr-x | kde/yawp/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde/yawp/Pkgfile b/kde/yawp/Pkgfile new file mode 100755 index 000000000..dbdbb7f01 --- /dev/null +++ b/kde/yawp/Pkgfile @@ -0,0 +1,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 +} + |