zip, unzip, caddy, nmap, parted
This commit is contained in:
14
packages/unzip.shrap
Normal file
14
packages/unzip.shrap
Normal file
@@ -0,0 +1,14 @@
|
||||
(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"))))
|
||||
Reference in New Issue
Block a user