# Description: command-line applications for extracting RAR file archives # URL: https://www.win-rar.com/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=unrar version=7.2.3 release=1 source=(https://www.rarlab.com/rar/${name}src-${version}.tar.gz) build() { cd ${name} sed -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i makefile export LDFLAGS="$LDFLAGS -pthread" make -j1 STRIP=: make install DESTDIR=$PKG/usr }