diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-18 21:15:15 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-18 21:15:15 -0300 |
commit | cc66c2ff866631ece4d699b041f83444988e8ad2 (patch) | |
tree | f62461cced2b9808ba2ffb42d7bcc11c57accd00 /kde-unstable/kdeutils-superkaramba/PKGBUILD | |
parent | 437136a9d1b78ff4eea10589099d343c305b9d43 (diff) |
Removing unused repos
Diffstat (limited to 'kde-unstable/kdeutils-superkaramba/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeutils-superkaramba/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-unstable/kdeutils-superkaramba/PKGBUILD b/kde-unstable/kdeutils-superkaramba/PKGBUILD deleted file mode 100644 index 0fc73c92c..000000000 --- a/kde-unstable/kdeutils-superkaramba/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 144840 2011-12-08 11:13:26Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdeutils-superkaramba -pkgver=4.7.90 -pkgrel=1 -pkgdesc='An engine for cool desktop eyecandy' -url='http://kde.org/applications/utilities/superkaramba/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime' 'qimageblitz') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/superkaramba-${pkgver}.tar.bz2") -sha1sums=('6135759152daa625e1b3de694a75d3b229452e30') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../superkaramba-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install -} |