summaryrefslogtreecommitdiff
path: root/kde-unstable/kdeedu-kstars/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-12-25 13:37:35 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-12-25 13:37:35 -0600
commitd4891d626bd0699dafdcfa776ad0ee48df04f2d4 (patch)
tree215f7e117f4e146389e96b8b976591b101845667 /kde-unstable/kdeedu-kstars/PKGBUILD
parent14f1f7de0e32b27172968722644d5dbced226f52 (diff)
parentc46511670fc7e857a314c0e9e974be610065ab98 (diff)
Merge branch 'master' of gitpar:abslibre-mips64el
Conflicts: libre/linux-libre/PKGBUILD libre/linux-libre/linux-libre.install libre/metalog/PKGBUILD
Diffstat (limited to 'kde-unstable/kdeedu-kstars/PKGBUILD')
-rw-r--r--kde-unstable/kdeedu-kstars/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-unstable/kdeedu-kstars/PKGBUILD b/kde-unstable/kdeedu-kstars/PKGBUILD
deleted file mode 100644
index 79b65825b..000000000
--- a/kde-unstable/kdeedu-kstars/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 144804 2011-12-08 10:51:24Z andrea $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-
-pkgname=kdeedu-kstars
-pkgver=4.7.90
-pkgrel=1
-pkgdesc="Desktop Planetarium"
-url="http://kde.org/applications/education/kstars/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'eigen' 'cfitsio' 'libindi')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.bz2")
-sha1sums=('7e818cddfb9d52c44a8702edc56321b14924c9a2')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kstars-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DWITH_Xplanet=OFF
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}