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

package release

parent 68239632
No related branches found
Tags 0.04.18-1
No related merge requests found
......@@ -2,7 +2,7 @@
# Contributor: Franco Iacomella <yaco@gnu.org>
pkgname=etl
pkgver=0.04.17
pkgver=0.04.18
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/0.64.1/source/ETL-$pkgver.tar.gz)
md5sums=('5be6549e9c419db2661d16b1f3cd2952')
source=(http://downloads.sourceforge.net/project/synfig/releases/1.0/source/ETL-$pkgver.tar.gz)
md5sums=('56da92ff1547b4dc072cc52164c03d1c')
build() {
cd $srcdir/ETL-$pkgver
cd $srcdir/ETL-$pkgver-RC5
[ -f Makefile ] || ./configure --prefix=/usr
make
}
package() {
cd $srcdir/ETL-$pkgver
cd $srcdir/ETL-$pkgver-RC5
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