New package: libspiro-0.2
This commit is contained in:
parent
7af870c2e6
commit
81d7ce46ac
|
@ -1681,3 +1681,4 @@ libndp.so.0 libndp-1.3_1
|
|||
libepoxy.so.0 libepoxy-1.2_1
|
||||
libfakekey.so.0 libfakekey-0.1_1
|
||||
libsmartcols.so.1 libsmartcols-2.25_1
|
||||
libspiro.so.0 libspiro-0.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libspiro
|
|
@ -0,0 +1,32 @@
|
|||
# Template file for 'libspiro'
|
||||
pkgname=libspiro
|
||||
version=0.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
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
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -i
|
||||
unset LDFLAGS # no --as-needed
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall libspiro.pc 644 usr/lib/pkgconfig
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue