mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ETL: update to 1.3.11.
This commit is contained in:
parent
fde23ec548
commit
f8738b4398
1 changed files with 21 additions and 5 deletions
|
@ -1,12 +1,28 @@
|
||||||
# Template file for 'ETL'
|
# Template file for 'ETL'
|
||||||
pkgname=ETL
|
pkgname=ETL
|
||||||
version=1.2.2
|
version=1.3.11
|
||||||
revision=1
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="synfig-${version}"
|
||||||
|
build_wrksrc=ETL
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake"
|
||||||
short_desc="Extended Template Library"
|
short_desc="Extended Template Library"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.synfig.org/"
|
homepage="https://www.synfig.org/"
|
||||||
distfiles="https://github.com/synfig/synfig/releases/download/v${version}/source-ETL-${version}.tar.gz"
|
distfiles="https://github.com/synfig/synfig/archive/v${version}.tar.gz"
|
||||||
checksum=0dc19c5a6c9e964054ca3af6dacd6ab0c198d78071cfab2aebac178afe454d8b
|
checksum=ffb0abda955aa81756883740a290e87f5205e3438bdc74424978a42d221f26ee
|
||||||
archs=noarch
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue