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
1 changed files with 12 additions and 13 deletions

View File

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