p7zip: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 16:38:43 +01:00
parent dbdf34b31d
commit a419a35d06

View file

@ -2,7 +2,7 @@
pkgname=p7zip
version=9.20.1
wrksrc=${pkgname}_${version}
revision=2
revision=3
hostmakedepends="yasm nasm"
short_desc="Command-line version of the 7zip compressed file archive"
homepage="http://p7zip.sourceforge.net/"
@ -10,9 +10,6 @@ license="LGPL-2.1"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}_${version}_src_all.tar.bz2"
checksum=49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782
long_desc="
p7zip is the Unix port of 7-Zip, a file archiver that archives with very
high compression ratios."
do_build() {
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
@ -22,7 +19,7 @@ do_build() {
fi
sed -i "s|usr/local|usr|g" makefile
make ${makejobs} all3 OPTFLAGS="${CXXFLAGS}"
make all3 ${makejobs} CXX="$CXX" OPTFLAGS="${CXXFLAGS}"
}
do_install() {