summaryrefslogtreecommitdiff
path: root/community/etl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
committerroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
commit1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch)
tree5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/etl
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/etl')
-rw-r--r--community/etl/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/etl/PKGBUILD b/community/etl/PKGBUILD
index 844fd7b56..a17e33636 100644
--- a/community/etl/PKGBUILD
+++ b/community/etl/PKGBUILD
@@ -1,8 +1,10 @@
+# $Id: PKGBUILD 65164 2012-02-20 05:28:07Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Franco Iacomella <yaco@gnu.org>
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"
@@ -10,17 +12,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
}