# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Franco Iacomella <yaco@gnu.org>

pkgname=etl
pkgver=1.4.2
pkgrel=1
pkgdesc='VoriaETL: C++ STL complementory multiplatform template library'
arch=('any')
url='https://www.synfig.org/'
license=('GPL3')
makedepends=('glibmm')
source=("https://downloads.sourceforge.net/synfig/ETL-$pkgver.tar.gz")
sha256sums=('e54192d284df16305ddfdfcc5bdfe93e139e6db5bc283dd4bab2413ebbead7c7')

build() {
  cd ETL-$pkgver
  ./configure --prefix=/usr
  make
}

package() {
  cd ETL-$pkgver
  make DESTDIR="$pkgdir" install
}
