Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=64aa4a5d68d3d7d32b03fb87681e9d53a8a06d62

commit 64aa4a5d68d3d7d32b03fb87681e9d53a8a06d62
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sun May 15 14:56:33 2011 +0200

libarchive-2.8.4-3-i686

- disable unused lzmadec support so we can stop installing lzmadec in
base

diff --git a/source/base/libarchive/FrugalBuild 
b/source/base/libarchive/FrugalBuild
index 2942f9b..7b3deef 100644
--- a/source/base/libarchive/FrugalBuild
+++ b/source/base/libarchive/FrugalBuild
@@ -1,23 +1,19 @@
# Compiling Time: 0.30 SBU
# Maintainer: Cedrick Hannier alias Cedynamix <cedyna...@gmail.com>

-
-### BIG WARNING ###
-
-## NEVER EVER BUMP THIS PACKAGE ( not even a minor BUMP )
-## BEFORE ASKING 'vmiklos'. IT MAY BREAK PACMAN!!!!
+# Please always test pacman-g2 before pushing an update of this package!

pkgname=libarchive
pkgver=2.8.4
-pkgrel=2
+pkgrel=3
pkgdesc="Library to create and read several different archive formats"
groups=('base' 'chroot-core')
archs=('i686' 'x86_64' 'ppc' 'arm')
Finclude googlecode
-depends=('expat' 'xz' 'lzma>=4.32.7-2' 'bzip2>=1.0.5-2' 'zlib>=1.2.3-6' 
'openssl>=1.0.0')
+depends=('expat' 'xz' 'bzip2>=1.0.5-2' 'zlib>=1.2.3-6' 'openssl>=1.0.0')
sha1sums=('b9cc3bbd20bd71f996be9ec738f19fda8653f7af')
# Need to prevent mistakes like unclean chroot build and others and be sure 
that DONT link to ACL*
-Fconfopts="$Fconfopts --disable-xattr --disable-acl --without-xml2"
+Fconfopts="$Fconfopts --disable-xattr --disable-acl --without-xml2 
--without-lzmadec"
#options=('force')

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to