Files
shrap/packages/unzip.shrap
2026-02-22 19:49:43 +01:00

15 lines
539 B
Plaintext

(package
(name "unzip")
(version "6.0")
(homepage "https://infozip.sourceforge.net/UnZip.html")
(dependencies make)
(src (tar
(url "https://downloads.sourceforge.net/infozip/unzip60.tar.gz")
(dir "unzip60")
(blake3 "5969810311361d686f6408091d60d0a36bf29f1abfae05831be9c42e69aaf67f")))
(build
(shell "find . -type f -exec sed -i 's/-DNO_DIR//g' {} +")
(make
(make_flags "-f unix/Makefile generic_gcc")
(install_flags "-f unix/Makefile prefix=/usr"))))