aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/unrar/abuild
blob: 0df352602a834d6ca56a8fe6156f377b7677fffe (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}