opt/unrar/Pkgfile

15 lines
321 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Extracts RAR archives
2021-01-29 13:15:46 +01:00
# URL: https://www.rarlab.com/rar_add.htm
# Maintainer: Tim Biermann, tbier at posteo dot de
2006-02-23 16:26:10 +01:00
name=unrar
2021-06-15 22:21:58 +02:00
version=6.0.7
2006-02-23 16:26:10 +01:00
release=1
2020-07-11 08:37:34 +02:00
source=(https://www.rarlab.com/rar/${name}src-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
2021-01-29 13:15:46 +01:00
cd $name
make CXXFLAGS="$CXXFLAGS" STRIP=:
make install DESTDIR=$PKG/usr
2006-02-23 16:26:10 +01:00
}