summaryrefslogtreecommitdiff
path: root/community/etl/PKGBUILD
blob: 25aaf34b999d5a8e8d15db4887f6b976ac1dd684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Contributor: Franco Iacomella <yaco@gnu.org>

pkgname=etl
pkgver=0.04.14
pkgrel=1
pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
arch=(i686 x86_64 'mips64el')
url="http://synfig.org"
license=('GPL2')
depends=()
conflicts=('synfig-etl')
replaces=('synfig-etl')
source=(http://arch.p5n.pp.ru/~sergej/dl/synfig-0.63.00.tar.gz)
md5sums=('ea3633e9522ae89489519af351ba2443')

build() {
  cd $srcdir/synfig-fb5ba9c/ETL
  [ -f configure ] || { libtoolize --ltdl --copy --force && autoreconf --install --force; }
  [ -f Makefile ] || ./configure --prefix=/usr
  make
}

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