# $Id: PKGBUILD 100649 2013-11-07 13:06:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Franco Iacomella <yaco@gnu.org>

pkgname=etl
pkgver=0.04.17
pkgrel=1
pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
arch=(any)
url="http://synfig.org"
license=('GPL2')
depends=()
conflicts=('synfig-etl')
replaces=('synfig-etl')
source=(http://downloads.sourceforge.net/project/synfig/releases/0.64.1/source/ETL-$pkgver.tar.gz)
md5sums=('5be6549e9c419db2661d16b1f3cd2952')

build() {
  cd $srcdir/ETL-$pkgver
  [ -f Makefile ] || ./configure --prefix=/usr
  make
}

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