Skip to content
Snippets Groups Projects
Commit 622feee1 authored by Sergej Pupykin's avatar Sergej Pupykin
Browse files

upd

parent 49b06d1f
No related branches found
Tags 1.2.1-1
No related merge requests found
......@@ -2,7 +2,7 @@
# Contributor: Franco Iacomella <yaco@gnu.org>
pkgname=etl
pkgver=0.04.18
pkgver=0.04.19
pkgrel=1
pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
arch=(any)
......@@ -11,16 +11,16 @@ license=('GPL2')
depends=()
conflicts=('synfig-etl')
replaces=('synfig-etl')
source=(http://downloads.sourceforge.net/project/synfig/releases/1.0/source/ETL-$pkgver.tar.gz)
md5sums=('56da92ff1547b4dc072cc52164c03d1c')
source=(http://download.tuxfamily.org/synfig/releases/1.0.1/ETL-$pkgver.tar.gz)
md5sums=('d03e57bdeade19786ba9490a7dd985f7')
build() {
cd $srcdir/ETL-$pkgver-RC5
cd $srcdir/ETL-$pkgver
[ -f Makefile ] || ./configure --prefix=/usr
make
}
package() {
cd $srcdir/ETL-$pkgver-RC5
cd $srcdir/ETL-$pkgver
make DESTDIR=$pkgdir install
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment