]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - libarchive/libarchive.nm
kernel: Drop ld.so placeholder files
[ipfire-3.x.git] / libarchive / libarchive.nm
index ea3061568b7b2189ab6664aaec5bb7611c25eb7e..6df62064e8f64a7d72eb270bd36f29c7a97d306f 100644 (file)
@@ -4,40 +4,56 @@
 ###############################################################################
 
 name       = libarchive
-version    = 2.8.4
+version    = 3.2.2
 release    = 1
 
 groups     = System/Libraries
-url        = http://code.google.com/p/libarchive/
+url        = http://www.libarchive.org/
 license    = BSD
-summary    = A library for handling streaming archive formats.
+summary    = A library for handling streaming archive formats
 
 description
-       Libarchive is a programming library that can create and read several different
-       streaming archive formats, including most popular tar variants, several cpio
-       formats, and both BSD and GNU ar variants. It can also write shar archives and
-       read ISO9660 CDROM images and ZIP archives.
+       Libarchive is a programming library that can create and read several
+       different streaming archive formats, including most popular tar
+       variants, several cpio formats, and both BSD and GNU ar variants.
+       It can also write shar archives and read ISO9660 CDROM images and ZIP
+       archives.
 end
 
-source_dl  =
+source_dl  = http://www.libarchive.org/downloads/
 
 build
        requires
                bison
                bzip2-devel
                e2fsprogs-devel
+               expat-devel
                libacl-devel
                libattr-devel
-               libxml2-devel
+               lzo-devel
+               nettle-devel
                openssl-devel
                xz-devel
                zlib-devel
        end
 
        configure_options += \
+               --enable-acl \
+               --enable-xattr \
                --disable-static \
                --disable-bsdtar \
-               --disable-bsdcpio
+               --disable-bsdcpio \
+               --with-bzip2 \
+               --with-expat \
+               --with-lzo2 \
+               --with-nettle \
+               --with-zlib \
+               --without-lzmadec
+
+       test
+               # Fails immediately with SEGV
+               make check || :
+       end
 
        install_cmds
                rm -rfv %{BUILDROOT}/usr/share/man/man5/{cpio,mtree,tar}.5
@@ -46,7 +62,6 @@ end
 
 packages
        package %{name}
-       end
 
        package %{name}-devel
                template DEVEL