summaryrefslogtreecommitdiffstats
path: root/kde/yawp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/yawp/Pkgfile')
-rwxr-xr-xkde/yawp/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/kde/yawp/Pkgfile b/kde/yawp/Pkgfile
deleted file mode 100755
index b0ce6f950..000000000
--- a/kde/yawp/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-}
-