[arch-commits] Commit in etl/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 17:11:06 UTC 2020
Date: Tuesday, July 7, 2020 @ 17:11:06
Author: felixonmars
Revision: 659598
archrelease: copy trunk to community-staging-any
Added:
etl/repos/community-staging-any/
etl/repos/community-staging-any/PKGBUILD
(from rev 659595, etl/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: etl/repos/community-staging-any/PKGBUILD (from rev 659595, etl/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 17:11:06 UTC (rev 659598)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Franco Iacomella <yaco at gnu.org>
+
+pkgname=etl
+pkgver=1.2.2
+pkgrel=2
+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)
+sha256sums=('0dc19c5a6c9e964054ca3af6dacd6ab0c198d78071cfab2aebac178afe454d8b')
+
+build() {
+ cd "$srcdir"/ETL-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/ETL-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list