summaryrefslogtreecommitdiffstats
path: root/libmpc/Pkgfile
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 05:39:28 +0100
committerLukc <lukc@upyum.com>2010-12-12 05:39:28 +0100
commite3e5eb30b86dbd7a79c1fa555af5682ff350959d (patch)
treeb01e2731f8853a7aa4e4a6ee88ba2fbea93d22e9 /libmpc/Pkgfile
parent3337f319cf19b2b94644076dea847be4a1b27fe7 (diff)
downloadbase-e3e5eb30b86dbd7a79c1fa555af5682ff350959d.tar.gz
base-e3e5eb30b86dbd7a79c1fa555af5682ff350959d.tar.bz2
base-e3e5eb30b86dbd7a79c1fa555af5682ff350959d.tar.xz
base-e3e5eb30b86dbd7a79c1fa555af5682ff350959d.zip
Recette de libmcp retirée.
Diffstat (limited to 'libmpc/Pkgfile')
-rw-r--r--libmpc/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/libmpc/Pkgfile b/libmpc/Pkgfile
deleted file mode 100644
index a78ed04..0000000
--- a/libmpc/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-description="C library for the arithmetic of complex numbers"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://www.multiprecision.org/"
-depends=(libmpfr)
-
-name=libmpc
-version=0.8.2
-release=1
-source=(http://www.multiprecision.org/mpc/download/mpc-0.8.2.tar.gz)
-build ()
-{
- cd mpc-$version;
- ./configure --prefix=/usr;
- make;
- make DESTDIR=$PKG install;
- rm -r $PKG/usr/share
-}