mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
p7zip: remove long_desc.
This commit is contained in:
parent
dbdf34b31d
commit
a419a35d06
1 changed files with 2 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=p7zip
|
pkgname=p7zip
|
||||||
version=9.20.1
|
version=9.20.1
|
||||||
wrksrc=${pkgname}_${version}
|
wrksrc=${pkgname}_${version}
|
||||||
revision=2
|
revision=3
|
||||||
hostmakedepends="yasm nasm"
|
hostmakedepends="yasm nasm"
|
||||||
short_desc="Command-line version of the 7zip compressed file archive"
|
short_desc="Command-line version of the 7zip compressed file archive"
|
||||||
homepage="http://p7zip.sourceforge.net/"
|
homepage="http://p7zip.sourceforge.net/"
|
||||||
|
@ -10,9 +10,6 @@ license="LGPL-2.1"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}_${version}_src_all.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}_${version}_src_all.tar.bz2"
|
||||||
checksum=49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782
|
checksum=49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782
|
||||||
long_desc="
|
|
||||||
p7zip is the Unix port of 7-Zip, a file archiver that archives with very
|
|
||||||
high compression ratios."
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
|
@ -22,7 +19,7 @@ do_build() {
|
||||||
fi
|
fi
|
||||||
sed -i "s|usr/local|usr|g" makefile
|
sed -i "s|usr/local|usr|g" makefile
|
||||||
|
|
||||||
make ${makejobs} all3 OPTFLAGS="${CXXFLAGS}"
|
make all3 ${makejobs} CXX="$CXX" OPTFLAGS="${CXXFLAGS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue