libetonyek: unbreak musl
This commit is contained in:
parent
147713e5ad
commit
0cdce3f8ca
1 changed files with 6 additions and 2 deletions
|
@ -1,17 +1,21 @@
|
||||||
# Template file for 'libetonyek'
|
# Template file for 'libetonyek'
|
||||||
pkgname=libetonyek
|
pkgname=libetonyek
|
||||||
version=0.1.3
|
version=0.1.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Library to interpret and import Apple Keynote presentations"
|
short_desc="Library to interpret and import Apple Keynote presentations"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MPL"
|
license="MPL"
|
||||||
makedepends="libxml2-devel boost-devel libcppunit-devel librevenge-devel glm mdds"
|
makedepends="libxml2-devel boost-devel libcppunit-devel librevenge-devel glm mdds"
|
||||||
hostmakedepends="gperf pkg-config"
|
hostmakedepends="automake libtool gperf pkg-config"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/libetonyek/"
|
homepage="http://www.freedesktop.org/wiki/Software/libetonyek/"
|
||||||
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.bz2"
|
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=9963d8a2b0125390fa259fe872ab707a6642817d2aa1e667e9f97a1ba3510d1f
|
checksum=9963d8a2b0125390fa259fe872ab707a6642817d2aa1e667e9f97a1ba3510d1f
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -if
|
||||||
|
}
|
||||||
|
|
||||||
libetonyek-devel_package() {
|
libetonyek-devel_package() {
|
||||||
depends="libetonyek>=${version}_${revision} $makedepends"
|
depends="libetonyek>=${version}_${revision} $makedepends"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue