opt/unrar/Pkgfile
2020-07-11 16:37:34 +10:00

15 lines
339 B
Plaintext

# Description: Extracts RAR archives
# URL: https://www.rarlab.com/rar_add.htm
# Maintainer: Thomas Penteker, tek at serverop dot de
name=unrar
version=5.9.4
release=1
source=(https://www.rarlab.com/rar/${name}src-$version.tar.gz)
build() {
cd $name
make CXXFLAGS="$CXXFLAGS" STRIP=:
make install DESTDIR=$PKG/usr
}