]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - unzip/unzip.nm
libuecc: New package
[people/ms/ipfire-3.x.git] / unzip / unzip.nm
index faf915d8a84ba6252bf55934e2e2aba9f5d4112e..9a1ab51b9f011d2c03f8f4994156f4d075789b8e 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = unzip
 version    = 6.0
-release    = 1
+release    = 3
 
 groups     = Applications/Archiving
 url        = ftp://ftp.info-zip.org/pub/infozip/src/
@@ -40,13 +40,20 @@ build
                CC="gcc %{CFLAGS}" \
                LD=gcc
 
-       make_install_targetsi += \
+       make_install_targets += \
                prefix=%{BUILDROOT}/usr \
                MANDIR=/usr/share/man/man1 \
                INSTALL="cp -p"
+
+       install_cmds
+               chown -v root.root %{BUILDROOT}/usr/bin/zipgrep
+       end
 end
 
 packages
        package %{name}
+
+       package %{name}-debuginfo
+               template DEBUGINFO
        end
 end