summaryrefslogtreecommitdiff
path: root/community/etl/PKGBUILD
blob: 56cacebcbf057956fbbbb98883776fafe6a44d97 (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
# Contributor: Franco Iacomella <yaco@gnu.org>

pkgname=etl
_lpkgname=ETL
_lpkgdl=synfig
pkgver=0.04.13
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://downloads.sourceforge.net/sourceforge/$_lpkgdl/$_lpkgname-$pkgver.tar.gz)
md5sums=('d52253adeb219d2fa554cbd744dfff29')

build() {
  cd $srcdir/$_lpkgname-$pkgver
  
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$pkgdir install
}