Remove unzip helper and make pkg add a build dep to unzip.

That way we can simply check for unzip bin being installed and
error out if it's not, it's simpler.

--HG--
extra : convert_revision : 8fd6c5f11a54742403a16fa10c3ed1db7f12955b
This commit is contained in:
Juan RP
2008-10-30 23:28:59 +01:00
parent 4bbeb31d60
commit 25a6af5a07
3 changed files with 8 additions and 61 deletions

View File

@@ -15,4 +15,5 @@ long_desc="
software has also been submitted to the ISO for inclusion in the JPEG-2000
Part-5 standard (as an official reference implementation)."
build_depends="unzip-5.52"
run_depends="glibc-2.8"