diff options
author | davidovski <david@davidovski.xyz> | 2022-10-22 16:29:29 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-10-22 16:29:29 +0100 |
commit | f99268f797c120a24030a573ef22813cd018beb5 (patch) | |
tree | ee18857a5eda7bc94286e3924dc2209aea7b92c4 /skip/unrar/unrar.xibuild | |
parent | 95545d88b997a17ff03bb164af33c33e2a12d693 (diff) |
Added unrar
Diffstat (limited to 'skip/unrar/unrar.xibuild')
-rw-r--r-- | skip/unrar/unrar.xibuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/skip/unrar/unrar.xibuild b/skip/unrar/unrar.xibuild deleted file mode 100644 index 2d2500a..0000000 --- a/skip/unrar/unrar.xibuild +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -NAME="unrar" -DESC="RAR uncompression program" - -MAKEDEPS="make " -DEPS="musl " - -PKG_VER=6.0.7 -SOURCE="https://www.rarlab.com/rar/unrarsrc-$PKG_VER.tar.gz" -ADDITIONAL="makefile.patch" - -prepare () { - apply_patches - touch unrar -} - -build () { - make CXX="${CXX:-g++}" STRIP=: -f makefile -} - -package () { - make PREFIX=/usr DESTDIR=$PKG_DEST install - - install -Dm644 license.txt \ - "$PKG_DEST"/usr/share/licenses/unrar/license.txt -} |