diff options
author | Lukc <lukc@upyum.com> | 2010-12-12 05:39:28 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-12 05:39:28 +0100 |
commit | e3e5eb30b86dbd7a79c1fa555af5682ff350959d (patch) | |
tree | b01e2731f8853a7aa4e4a6ee88ba2fbea93d22e9 /libmpc/Pkgfile.old | |
parent | 3337f319cf19b2b94644076dea847be4a1b27fe7 (diff) | |
download | base-e3e5eb30b86dbd7a79c1fa555af5682ff350959d.tar.gz base-e3e5eb30b86dbd7a79c1fa555af5682ff350959d.tar.bz2 base-e3e5eb30b86dbd7a79c1fa555af5682ff350959d.tar.xz base-e3e5eb30b86dbd7a79c1fa555af5682ff350959d.zip |
Recette de libmcp retirée.
Diffstat (limited to 'libmpc/Pkgfile.old')
-rw-r--r-- | libmpc/Pkgfile.old | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libmpc/Pkgfile.old b/libmpc/Pkgfile.old deleted file mode 100644 index 0025f7c..0000000 --- a/libmpc/Pkgfile.old +++ /dev/null @@ -1,17 +0,0 @@ -# Description: C library for the arithmetic of complex numbers -# URL: http://www.multiprecision.org/ -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: libmpfr - -name=libmpc -version=0.8.2 -release=1 -source=(http://www.multiprecision.org/mpc/download/mpc-$version.tar.gz) - -build() { - cd mpc-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - rm -r $PKG/usr/share -} |