summaryrefslogtreecommitdiff
path: root/community/mate-calc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-calc/PKGBUILD')
-rw-r--r--community/mate-calc/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/mate-calc/PKGBUILD b/community/mate-calc/PKGBUILD
deleted file mode 100644
index 0651c0b4c..000000000
--- a/community/mate-calc/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Maintainer : Martin Wimpress <code@flexion.org>
-
-pkgname=mate-calc
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="Calculator for the Mate desktop environment"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('LGPL' 'GPL')
-depends=('dconf' 'gtk2')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('d63156db75d8110f0cabf82a12c74c5b9836f327')
-install=${pkgname}.install
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --with-gtk=2.0
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}