libspiro: update to 0.2.20131203.

This commit is contained in:
Christian Neukirchen 2014-11-06 21:06:23 +01:00
parent 12a9cc4cd4
commit 513fca5e00

View file

@ -1,6 +1,6 @@
# Template file for 'libspiro' # Template file for 'libspiro'
pkgname=libspiro pkgname=libspiro
version=0.2 version=0.2.20131203
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool" hostmakedepends="automake libtool"
@ -8,12 +8,11 @@ short_desc="Simplifies the drawing of beautiful curves"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-3" license="GPL-3"
homepage="https://github.com/fontforge/libspiro" homepage="https://github.com/fontforge/libspiro"
distfiles="https://github.com/fontforge/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/fontforge/${pkgname}/archive/${version}.tar.gz"
checksum=827e41932b3eb36cdc8a20c191cdd9c1b09d32791078f330f6f3f854403b9300 checksum=d5c5efb06da1346c827957778c7cfde4108ccaf85639368ebd89624931155dd0
pre_configure() { pre_configure() {
autoreconf -i autoreconf -fi
unset LDFLAGS # no --as-needed
} }
post_install() { post_install() {
@ -21,12 +20,12 @@ post_install() {
} }
libspiro-devel_package() { libspiro-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" -- development files" short_desc+=" -- development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove "usr/lib/*.a" vmove "usr/lib/*.a"
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
} }
} }