# Contributor: Sören Tempel # Contributor: Carlo Landmeter # Maintainer: Natanael Copa pkgname=unrar pkgver=5.7.5 pkgrel=0 pkgdesc="RAR uncompression program" url="https://www.rarlab.com" arch="all" options="!check" # No test suite. license="custom" subpackages="$pkgname-doc" source="https://www.rarlab.com/rar/unrarsrc-$pkgver.tar.gz makefile.patch" builddir="$srcdir/$pkgname" build() { cd "$builddir" make CXX="${CXX:-g++}" STRIP=: -f makefile } package() { cd "$builddir" make DESTDIR="$pkgdir"/usr install install -Dm644 license.txt \ "$pkgdir/usr/share/licenses/$pkgname/license.txt" } sha512sums="101a21a20d8e30ca2cccc1605e332579064d362feacb36e9d4a7cd5218585298dcb48ec2805ff9523ae9b25e8e3d3e7557b73ea457702c6cb6d8c50d324ea1f4 unrarsrc-5.7.5.tar.gz 2caa145c2fb1257c3cea1f552cba7bf8a3f8772c65c9751aad3fb5bec4957c7fefdb7bbb016c94b73d4778cef76460ddc2abafa8a12d09ebd24bcb6f1dcb263c makefile.patch"