Revert "ETL: update to 1.3.11."
This reverts commit f8738b4398
.
[ci skip]
This commit is contained in:
parent
017f0e8f8c
commit
5e75ec0244
1 changed files with 5 additions and 21 deletions
|
@ -1,28 +1,12 @@
|
|||
# Template file for 'ETL'
|
||||
pkgname=ETL
|
||||
version=1.3.11
|
||||
version=1.2.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="synfig-${version}"
|
||||
build_wrksrc=ETL
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
short_desc="Extended Template Library"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.synfig.org/"
|
||||
distfiles="https://github.com/synfig/synfig/archive/v${version}.tar.gz"
|
||||
checksum=ffb0abda955aa81756883740a290e87f5205e3438bdc74424978a42d221f26ee
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# It installs to /usr/include/ETL/ETL by mistake, fix it.
|
||||
mv "${DESTDIR}"/usr/include/ETL/ETL/* "${DESTDIR}"/usr/include/ETL
|
||||
rmdir "${DESTDIR}"/usr/include/ETL/ETL
|
||||
|
||||
# This file isn't copied on gnu-configure but is on cmake
|
||||
vcopy ETL/_bit_rotate.h usr/include/ETL
|
||||
}
|
||||
homepage="http://www.synfig.org/"
|
||||
distfiles="https://github.com/synfig/synfig/releases/download/v${version}/source-ETL-${version}.tar.gz"
|
||||
checksum=0dc19c5a6c9e964054ca3af6dacd6ab0c198d78071cfab2aebac178afe454d8b
|
||||
archs=noarch
|
||||
|
|
Loading…
Reference in a new issue