abuild (249B)
1 name=unrar 2 version=7.1.10 3 release=1 4 source="https://www.rarlab.com/rar/${name}src-$version.tar.gz" 5 6 build() { 7 sed -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i makefile 8 export LDFLAGS="$LDFLAGS -pthread" 9 make -j1 STRIP=: 10 make install DESTDIR=$PKG/usr 11 }