opt/unrar/Pkgfile
2020-12-09 00:56:06 +01: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=6.0.3
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
}