description="C-library for parsing configuration files"
url="https://github.com/martinh/libconfuse"
packager="tnut <tnut@nutyx.org>"

name=confuse
version=3.3

source=(https://github.com/martinh/libconfuse/releases/download/v$version/$name-$version.tar.gz)

build() {

  cd $name-$version
  ./configure --prefix=/usr --enable-shared

  make

  make DESTDIR=$PKG install

# Obsolet lib

  rm $PKG/usr/lib/libconfuse.la
}
