summaryrefslogtreecommitdiff
path: root/extra/muparser
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-02 13:37:59 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-02 13:37:59 -0300
commit3383a1fbd954b78716dd8ff9d9f2097e176d2279 (patch)
tree68aa3acbd50e6d0d7bdcfa2947d1772f7edb8a0d /extra/muparser
parent7f3d7e2203a9252280361a1d095528cb056d08dc (diff)
parent9e9ab642711f2424f828e21d14b98c45cdef2b29 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/packagekit/PKGBUILD community/liboglappth/PKGBUILD community/texvc/PKGBUILD extra/libvdpau/PKGBUILD extra/minicom/PKGBUILD extra/muparser/PKGBUILD extra/netkit-bsd-finger/PKGBUILD extra/normalize/PKGBUILD
Diffstat (limited to 'extra/muparser')
-rw-r--r--extra/muparser/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/muparser/PKGBUILD b/extra/muparser/PKGBUILD
index 373a65616..8f80cc463 100644
--- a/extra/muparser/PKGBUILD
+++ b/extra/muparser/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 102419 2010-12-07 19:36:22Z ronald $
+# $Id: PKGBUILD 143909 2011-11-30 20:28:47Z andrea $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: damir <damir.archlinux.org>
pkgname=muparser
pkgver=1.34
-pkgrel=1
-pkgdesc="a fast math parser library"
+pkgrel=2
+pkgdesc="A fast math parser library"
arch=('i686' 'x86_64' 'mips64el')
url="http://muparser.sourceforge.net/"
-depends=('glibc' 'gcc-libs')
+depends=('gcc-libs')
license=('custom')
-source=(http://downloads.sourceforge.net/$pkgname/muparser_v134.tar.gz)
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/$pkgname/${pkgname}_v134.tar.gz")
md5sums=('0c4f4bf86aa2a5a737adc0e08cb77737')
build() {
@@ -25,6 +26,5 @@ package() {
# license
install -D -m644 License.txt \
- $pkgdir/usr/share/licenses/${pkgname}/License
+ $pkgdir/usr/share/licenses/${pkgname}/LICENSE
}
-