aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/unrar/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/unrar/abuild')
-rwxr-xr-xrepos/extra/unrar/abuild11
1 files changed, 0 insertions, 11 deletions
diff --git a/repos/extra/unrar/abuild b/repos/extra/unrar/abuild
deleted file mode 100755
index 0df35260..00000000
--- a/repos/extra/unrar/abuild
+++ /dev/null
@@ -1,11 +0,0 @@
-name=unrar
-version=7.1.3
-release=1
-source="https://www.rarlab.com/rar/${name}src-$version.tar.gz"
-
-build() {
- sed -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i makefile
- export LDFLAGS="$LDFLAGS -pthread"
- make -j1 STRIP=:
- make install DESTDIR=$PKG/usr
-}