summaryrefslogtreecommitdiffstats
path: root/kde/yawp/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-04-01 18:24:52 +0200
committersibel <lesibel@free.fr>2011-04-01 18:24:52 +0200
commite6d3d02111e4a7db120fe1835b70023f6df8b6ae (patch)
tree4b9c31bd13d3246b57d59a26e10b703eb832f101 /kde/yawp/Pkgfile
parente2a5b41d616fd0e2959056b6b185deb4ce7206bd (diff)
downloadnutyx-pakxe-e6d3d02111e4a7db120fe1835b70023f6df8b6ae.tar.gz
nutyx-pakxe-e6d3d02111e4a7db120fe1835b70023f6df8b6ae.tar.bz2
nutyx-pakxe-e6d3d02111e4a7db120fe1835b70023f6df8b6ae.tar.xz
nutyx-pakxe-e6d3d02111e4a7db120fe1835b70023f6df8b6ae.zip
yawp deplace dans ouvert
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
-}
-