archrelease: copy trunk to community-any
[ArchLinux/community.git] / etl / repos / community-any / PKGBUILD
blobb0c7c5681ab9662378cbdff7dd53df01c356c86a
1 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
2 # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
3 # Contributor: Franco Iacomella <yaco@gnu.org>
5 pkgname=etl
6 pkgver=1.4.4
7 pkgrel=1
8 pkgdesc='VoriaETL: C++ STL complementory multiplatform template library'
9 arch=('any')
10 url='https://www.synfig.org/'
11 license=('GPL3')
12 makedepends=('glibmm')
13 source=("https://downloads.sourceforge.net/synfig/ETL-$pkgver.tar.gz")
14 sha256sums=('cc87e478d8e808b1a2266f8f6a3eb54396ba54ff63abb30ea5b9b7bcfb85caca')
16 build() {
17   cd ETL-$pkgver
18   ./configure --prefix=/usr
19   make
22 package() {
23   cd ETL-$pkgver
24   make DESTDIR="$pkgdir" install