aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/unrar
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/unrar')
-rw-r--r--repos/extra/unrar/.checksum1
-rw-r--r--repos/extra/unrar/.files3
-rw-r--r--repos/extra/unrar/abuild11
3 files changed, 0 insertions, 15 deletions
diff --git a/repos/extra/unrar/.checksum b/repos/extra/unrar/.checksum
deleted file mode 100644
index 69b9f343..00000000
--- a/repos/extra/unrar/.checksum
+++ /dev/null
@@ -1 +0,0 @@
-bb19643c5307e8dbbaf2ec0409dd4d6b148ddac17bcd89f1576000c2baa20d32 unrarsrc-7.2.6.tar.gz
diff --git a/repos/extra/unrar/.files b/repos/extra/unrar/.files
deleted file mode 100644
index 0e7bebd5..00000000
--- a/repos/extra/unrar/.files
+++ /dev/null
@@ -1,3 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/unrar
diff --git a/repos/extra/unrar/abuild b/repos/extra/unrar/abuild
deleted file mode 100644
index 051b6dce..00000000
--- a/repos/extra/unrar/abuild
+++ /dev/null
@@ -1,11 +0,0 @@
-name=unrar
-version=7.2.6
-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
-}