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

upd

parent b6697e06
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=etl
pkgver=0.04.14
pkgrel=1
pkgrel=2
pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
arch=(i686 x86_64)
url="http://synfig.org"
......@@ -11,17 +11,17 @@ 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')
#source=(http://arch.p5n.pp.ru/~sergej/dl/synfig-0.63.04.tar.gz)
source=(http://downloads.sourceforge.net/project/synfig/ETL/$pkgver/ETL-$pkgver.tar.gz)
md5sums=('7cb91905cbe07af327340aeba2226c06')
build() {
cd $srcdir/synfig-fb5ba9c/ETL
[ -f configure ] || { libtoolize --ltdl --copy --force && autoreconf --install --force; }
cd $srcdir/ETL-$pkgver
[ -f Makefile ] || ./configure --prefix=/usr
make
}
package() {
cd $srcdir/synfig-fb5ba9c/ETL
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