summaryrefslogtreecommitdiffstats
path: root/kde/yawp/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-29 14:34:13 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-29 14:34:13 +0200
commit28a1eb13e9240bfff0cf2af6940d70411e1aa8f4 (patch)
tree59fb9134b88b4411f0bf981338726e638920c56e /kde/yawp/Pkgfile
parent1fd13a0d651aa095bbacb18f01e6490ca48e59c4 (diff)
downloadnutyx-pakxe-28a1eb13e9240bfff0cf2af6940d70411e1aa8f4.tar.gz
nutyx-pakxe-28a1eb13e9240bfff0cf2af6940d70411e1aa8f4.tar.bz2
nutyx-pakxe-28a1eb13e9240bfff0cf2af6940d70411e1aa8f4.tar.xz
nutyx-pakxe-28a1eb13e9240bfff0cf2af6940d70411e1aa8f4.zip
Ajout de yawp#0.2.3-1
Diffstat (limited to 'kde/yawp/Pkgfile')
-rwxr-xr-xkde/yawp/Pkgfile20
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
+}
+