PKGBUILDs/community/etl/PKGBUILD

25 lines
561 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# Contributor: Franco Iacomella <yaco@gnu.org>
pkgname=etl
_pkgname=ETL
_pkgdl=synfig
pkgver=0.04.12
pkgrel=1
pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
arch=(i686 x86_64)
url="http://synfig.org"
license=('GPL2')
depends=()
conflicts=('synfig-etl')
replaces=('synfig-etl')
source=(http://downloads.sourceforge.net/sourceforge/$_pkgdl/$_pkgname-$pkgver.tar.gz)
build() {
cd $srcdir/$_pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$pkgdir install
}
md5sums=('4cd7fb673fa5c77cfa1986aeecdb3ffe')