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

upd

parent 83ef6265
No related branches found
No related tags found
No related merge requests found
# Contributor: Franco Iacomella <yaco@gnu.org>
pkgname=etl
_lpkgname=ETL
_lpkgdl=synfig
pkgver=0.04.13
pkgver=0.04.14
pkgrel=1
pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
arch=(i686 x86_64)
......@@ -12,13 +10,17 @@ license=('GPL2')
depends=()
conflicts=('synfig-etl')
replaces=('synfig-etl')
source=(http://downloads.sourceforge.net/sourceforge/$_lpkgdl/$_lpkgname-$pkgver.tar.gz)
md5sums=('d52253adeb219d2fa554cbd744dfff29')
source=(http://arch.p5n.pp.ru/~sergej/dl/synfig-0.63.00.tar.gz)
md5sums=('ea3633e9522ae89489519af351ba2443')
build() {
cd $srcdir/$_lpkgname-$pkgver
./configure --prefix=/usr
make || return 1
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
}
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