Skip to content
Snippets Groups Projects
Commit a0e49d46 authored by Balló György's avatar Balló György :flag_hu:
Browse files

Adopt the package

parent 32862e43
No related branches found
No related tags found
No related merge requests found
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Franco Iacomella <yaco@gnu.org>
pkgname=etl
pkgver=1.4.0
pkgrel=1
pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
arch=(any)
url="https://synfig.org"
license=('GPL2')
depends=()
conflicts=('synfig-etl')
replaces=('synfig-etl')
source=(https://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/ETL-${pkgver}.tar.gz)
pkgdesc='VoriaETL: C++ STL complementory multiplatform template library'
arch=('any')
url='https://www.synfig.org/'
license=('GPL3')
source=("https://downloads.sourceforge.net/synfig/ETL-$pkgver.tar.gz")
sha256sums=('d43396c0ac356114713469216a9257247c2588d5475590a46db63cf201d1a011')
build() {
cd "$srcdir"/ETL-$pkgver
cd ETL-$pkgver
./configure --prefix=/usr
make
}
package() {
cd "$srcdir"/ETL-$pkgver
cd 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