mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
xz: remove useless docs.
This commit is contained in:
parent
f361090818
commit
01122b6700
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xz'
|
# Template file for 'xz'
|
||||||
pkgname=xz
|
pkgname=xz
|
||||||
version=5.0.7
|
version=5.0.7
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="The XZ utilities"
|
short_desc="The XZ utilities"
|
||||||
|
@ -11,6 +11,10 @@ homepage="http://tukaani.org/xz"
|
||||||
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
||||||
checksum=e8851dc749df2340dac6c9297cb2653eff684e73c3dedf690930119502edd616
|
checksum=e8851dc749df2340dac6c9297cb2653eff684e73c3dedf690930119502edd616
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -r ${DESTDIR}/usr/share/doc
|
||||||
|
}
|
||||||
|
|
||||||
liblzma_package() {
|
liblzma_package() {
|
||||||
short_desc="XZ-format compression library"
|
short_desc="XZ-format compression library"
|
||||||
replaces="xz<5.0.0"
|
replaces="xz<5.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue