]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - tar/tar.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / tar / tar.nm
index 9287bf279f373ee9769ef507727010f6a8633eb9..3953c025c11690319f958bd415cfd4cafe782590 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = tar
-version    = 1.26
-release    = 2
+version    = 1.31
+release    = 1
 
 groups     = System/Packaging
 url        = http://www.gnu.org/software/tar/
@@ -29,24 +29,15 @@ CONFIGURE_ENVIRONMENT = FORCE_UNSAFE_CONFIGURE=1
 
 build
        requires
-               autoconf
-               automake
-               gettext
                libacl-devel
                libattr-devel
-               libselinux-devel
+               texinfo
        end
 
        configure_options += \
-               --bindir=/bin \
                --libexecdir=/usr/sbin \
-               --enable-selinux \
                FORCE_UNSAFE_CONFIGURE=1
 
-       prepare_cmds
-               autoreconf -vfi
-       end
-
        test
                make check
        end