# Contributor: Sören Tempel # Contributor: Carlo Landmeter # Maintainer: Natanael Copa pkgname=unrar pkgver=5.7.4 pkgrel=0 pkgdesc="RAR uncompression program" url="https://www.rarlab.com" arch="all" options="!check" # No test suite. license="custom" depends="" makedepends="" 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="46087efce622e45f63b776c51856bf35599863dee164dd149df0dcac18b1b5c912e0419430ceb753c03493307ed1978be8cad51b1d69dca8fcc9bc66b9ea3a58 unrarsrc-5.7.4.tar.gz 2caa145c2fb1257c3cea1f552cba7bf8a3f8772c65c9751aad3fb5bec4957c7fefdb7bbb016c94b73d4778cef76460ddc2abafa8a12d09ebd24bcb6f1dcb263c makefile.patch"