mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
New package: chroot-gzip-1.4.
This commit is contained in:
parent
2e5b9e43c6
commit
6626463341
2 changed files with 25 additions and 0 deletions
2
srcpkgs/chroot-gzip/chroot-gzip.rshlibs
Normal file
2
srcpkgs/chroot-gzip/chroot-gzip.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
librt.so.1
|
||||||
|
libc.so.6
|
23
srcpkgs/chroot-gzip/template
Normal file
23
srcpkgs/chroot-gzip/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'chroot-gzip'
|
||||||
|
pkgname=chroot-gzip
|
||||||
|
version=1.4
|
||||||
|
wrksrc="gzip-${version}"
|
||||||
|
distfiles="http://ftp.gnu.org/gnu/gzip/gzip-$version.tar.gz"
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="GNU compression utility -- for xbps-src use"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=d166cfd3da380da1bd535633e8890bfb5664f9e68870a611d1dc01a3e9f711ee
|
||||||
|
long_desc="
|
||||||
|
gzip (GNU zip) is a compression utility designed to be a replacement for
|
||||||
|
compress. Its main advantages over compress are much better compression
|
||||||
|
and freedom from patented algorithms. The GNU Project uses it as the
|
||||||
|
standard compression program for its system.
|
||||||
|
|
||||||
|
This package is only meant to be used by xbps-src, don't install it manually."
|
||||||
|
|
||||||
|
bootstrap=yes
|
||||||
|
conflicts="gzip>=0"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue