sile: update to 0.9.5.1.
This commit is contained in:
parent
d13a1cc9bc
commit
3e88e6dfc3
1 changed files with 4 additions and 16 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'sile'
|
# Template file for 'sile'
|
||||||
pkgname=sile
|
pkgname=sile
|
||||||
version=0.9.5
|
version=0.9.5.1
|
||||||
revision=1
|
revision=1
|
||||||
_libtexpdf_commit=1c9c3722d08e4e44695bdea41cd5a5118c8a120a
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config libtool automake"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="harfbuzz-devel lua51-devel lua51-lpeg luaexpat
|
makedepends="harfbuzz-devel lua51-devel lua51-lpeg luaexpat
|
||||||
lua51-zlib luafilesystem luasocket lua51-luasec"
|
lua51-zlib luafilesystem luasocket lua51-luasec"
|
||||||
depends="lua51-lpeg luaexpat lua51-zlib luafilesystem luasocket
|
depends="lua51-lpeg luaexpat lua51-zlib luafilesystem luasocket
|
||||||
|
@ -13,25 +12,14 @@ short_desc="Modern typesetting system inspired by TeX"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.sile-typesetter.org/"
|
homepage="http://www.sile-typesetter.org/"
|
||||||
distfiles="https://github.com/simoncozens/sile/archive/v${version}.tar.gz
|
distfiles="https://github.com/simoncozens/sile/releases/download/v${version}/sile-${version}.tar.bz2"
|
||||||
https://github.com/simoncozens/libtexpdf/archive/${_libtexpdf_commit}.tar.gz"
|
checksum=60cdcc4509971973feab352dfc1a86217cc1fdb12d56823f04d863afef92003a
|
||||||
checksum="89f28ee77a1eb928ca30060864b57007b4f447f08dc021dd0d013e363ccb9407
|
|
||||||
01b650ed383b7c68869bfe7f45213c1fbb6a7892d770ce9716aba787f8b380ad"
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" lua51 lua51-lpeg luaexpat lua51-zlib luafilesystem
|
hostmakedepends+=" lua51 lua51-lpeg luaexpat lua51-zlib luafilesystem
|
||||||
luasocket lua51-luasec"
|
luasocket lua51-luasec"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
mv ${wrksrc}/../libtexpdf-${_libtexpdf_commit}/* ${wrksrc}/libtexpdf
|
|
||||||
rm -rf ${wrksrc}/../libtexpdf-${_libtexpdf_commit}
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./bootstrap.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue