From 359d940358dec836dd0acfe9d9caf0b1ff0a97fe Mon Sep 17 00:00:00 2001 From: Parabola Date: Sun, 5 Feb 2012 17:25:05 +0000 Subject: Sun Feb 5 17:25:01 UTC 2012 --- kde-unstable/kdeedu-kmplot/PKGBUILD | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 kde-unstable/kdeedu-kmplot/PKGBUILD (limited to 'kde-unstable/kdeedu-kmplot/PKGBUILD') diff --git a/kde-unstable/kdeedu-kmplot/PKGBUILD b/kde-unstable/kdeedu-kmplot/PKGBUILD deleted file mode 100644 index 0d89907ad..000000000 --- a/kde-unstable/kdeedu-kmplot/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 146128 2012-01-05 12:55:18Z andrea $ -# Maintainer: Andrea Scarpino - -pkgname=kdeedu-kmplot -pkgver=4.7.97 -pkgrel=1 -pkgdesc="Mathematical Function Plotter" -url="http://kde.org/applications/education/kmplot/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kmplot-${pkgver}.tar.bz2") -sha1sums=('3bc48b37c661ae2257dea8cdd0e9c37f65c90779') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kmplot-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} -- cgit v1.2.3-54-g00ecf