Date: Friday, March 7, 2014 @ 16:53:16 Author: fyan Revision: 207141 addpkg: mpdecimal 2.4.0-1
- dependency for the coming python 3.4 release Added: mpdecimal/ mpdecimal/repos/ mpdecimal/trunk/ mpdecimal/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Added: mpdecimal/trunk/PKGBUILD =================================================================== --- mpdecimal/trunk/PKGBUILD (rev 0) +++ mpdecimal/trunk/PKGBUILD 2014-03-07 15:53:16 UTC (rev 207141) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> + +pkgname=mpdecimal +pkgver=2.4.0 +pkgrel=1 +pkgdesc="Package for correctly-rounded arbitrary precision decimal floating point arithmetic" +arch=('i686' 'x86_64') +url="http://www.bytereef.org/mpdecimal/index.html" +license=('custom') +depends=('glibc') +source=(http://www.bytereef.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz) + +build() { + cd ${pkgname}-${pkgver} + + ./configure --prefix=/usr + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + + install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/$pkgname/LICENSE.txt" +} + +sha512sums=('9528274c77f874ea75652f08e64bb76ecdaa6c2111900809bc3ce58b4740d8b313bf41283cfb41b525a7d2df7d86cb7d9415b0abb2ce58a209df9d54e2ab0f75') Property changes on: mpdecimal/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
