diff options
| author | davidovski <david@davidovski.xyz> | 2021-10-06 09:03:02 +0100 | 
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2021-10-06 09:03:02 +0100 | 
| commit | d4cb1386d79c95e7586e7bccad5b0f6c7861cfe8 (patch) | |
| tree | faf7ff136ab50bdcf34f2d0c02002192c1c8bc39 /xibuilds/gmp.xibuild | |
| parent | cdea2f67ae42d4220e19a555259b69a960925283 (diff) | |
added tarcapabilities
Diffstat (limited to 'xibuilds/gmp.xibuild')
| -rw-r--r-- | xibuilds/gmp.xibuild | 11 | 
1 files changed, 3 insertions, 8 deletions
| diff --git a/xibuilds/gmp.xibuild b/xibuilds/gmp.xibuild index 4a62d77..9161a73 100644 --- a/xibuilds/gmp.xibuild +++ b/xibuilds/gmp.xibuild @@ -2,10 +2,11 @@  DEPS=(gcc-libs sh) -SOURCE=https://github.com/ryepdx/gmp - +SOURCE=https://gmplib.org/download/gmp/gmp-6.2.1.tar.lz +DESC="a collection of mathematical libraries"  build () { +      ./configure --prefix=/usr --enable-cxx --disable-static --docdir=/usr/share/doc/gmp      make @@ -17,9 +18,3 @@ build () {      make DESTDIR=$PKG_DEST install      make DESTDIR=$PKG_DEST install-html  } - -package () { -    ln -sv $PKG_DEST/usr/bin/flex $PKG_DEST/usr/bin/lex -} - - | 
