summaryrefslogtreecommitdiff
path: root/libixion/Pkgfile
blob: 27d6a9c4c5a945581251a52ddf0eec7e34142a7c (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 boost spdlog
    5 
    6 name=libixion
    7 version=0.16.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