diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:47 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:47 +0200 |
commit | 573674b5fd9bbb3759ca4fdd6a0daeef5a6aea77 (patch) | |
tree | 34ee59100884277240d6788ac4b9d84fe11b6477 /kde/konversation/Pkgfile | |
parent | b5ae076e223c5ed338b1ecd4d2659626f579c072 (diff) | |
download | nutyx-pakxe-573674b5fd9bbb3759ca4fdd6a0daeef5a6aea77.tar.gz nutyx-pakxe-573674b5fd9bbb3759ca4fdd6a0daeef5a6aea77.tar.bz2 nutyx-pakxe-573674b5fd9bbb3759ca4fdd6a0daeef5a6aea77.tar.xz nutyx-pakxe-573674b5fd9bbb3759ca4fdd6a0daeef5a6aea77.zip |
konversation dans extra
Diffstat (limited to 'kde/konversation/Pkgfile')
-rw-r--r-- | kde/konversation/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kde/konversation/Pkgfile b/kde/konversation/Pkgfile deleted file mode 100644 index b9b22478e..000000000 --- a/kde/konversation/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: Client irc pour KDE -# URL: http://www.kde.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: kde-runtime, kdepimlibs -# Run on: kde-runtime,kdepimlibs - -name=konversation -version=1.3.1 -release=1 -source=(ftp://kde.mirrors.pair.com/stable/$name/$version/src/$name-$version.tar.bz2) - -build() { - cd $name-$version - mkdir build - cd build - cmake ../ -DCMAKE_INSTALL_PREFIX=/usr - make - make DESTDIR=$PKG install -} - |