summaryrefslogtreecommitdiff
path: root/libixion/Pkgfile
blob: 0845715152eaa6116a0c16f0b78cd5c72ff7096c (plain)
    1 # Description: a library for calculating the results of formula expressions stored in multiple named targets
    2 # URL: https://gitlab.com/ixion/ixion
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: mdds py3boost spdlog
    5 
    6 name=libixion
    7 version=0.15.0
    8 release=1
    9 source=(https://kohei.us/files/ixion/src/$name-$version.tar.xz)
   10 
   11 build() {
   12   cd $name-$version
   13   CFLAGS="-O2 -fPIC" \
   14   CXXFLAGS="-O2 -fPIC" \
   15   ./configure --prefix=/usr
   16   make
   17   make DESTDIR=$PKG install
   18 }

Generated by cgit