Skip to content
Snippets Groups Projects
Commit 1a2669a4 authored by Aaron Griffin's avatar Aaron Griffin
Browse files

Initial commit of community repo into svn

parents
No related branches found
No related tags found
No related merge requests found
PKGBUILD 0 → 100644
# Contributor: Franco Iacomella <yaco@gnu.org>
pkgname=etl
_pkgname=ETL
_pkgdl=synfig
pkgver=0.04.12
pkgrel=1
pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
arch=(i686 x86_64)
url="http://synfig.org"
license=('GPL2')
depends=()
conflicts=('synfig-etl')
replaces=('synfig-etl')
source=(http://downloads.sourceforge.net/sourceforge/$_pkgdl/$_pkgname-$pkgver.tar.gz)
build() {
cd $srcdir/$_pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$pkgdir install
}
md5sums=('4cd7fb673fa5c77cfa1986aeecdb3ffe')
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