mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
calibre: update to 3.47.0.
This commit is contained in:
parent
80a5071847
commit
8330e40fd9
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'calibre'
|
# Template file for 'calibre'
|
||||||
pkgname=calibre
|
pkgname=calibre
|
||||||
version=3.46.0
|
version=3.47.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_dirs="/usr/lib/calibre/"
|
pycompile_dirs="/usr/lib/calibre/"
|
||||||
|
@ -23,7 +23,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://calibre-ebook.com"
|
homepage="https://calibre-ebook.com"
|
||||||
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
|
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
|
||||||
checksum=e947b9854f9db344ee07e5495feaad759c96936d89a128d3a3587c3503d09ab6
|
checksum=c473457ba4e455b1c68f9933de593b204c2cb0cb3252159987f1a89bf8215256
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
@ -38,6 +38,12 @@ do_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
vmkdir usr/share/zsh/site-functions
|
||||||
|
|
||||||
python2 setup.py \
|
python2 setup.py \
|
||||||
install --prefix=/usr --staging-root=${DESTDIR}/usr
|
install --prefix=/usr --staging-root=${DESTDIR}/usr
|
||||||
|
|
||||||
|
for m in man-pages/man1/*.1; do
|
||||||
|
vman "${m}"
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue