opt/unrar/Pkgfile

15 lines
339 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Extracts RAR archives
# URL: https://www.rarlab.com/rar_add.htm
2009-09-19 01:08:27 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2006-02-23 16:26:10 +01:00
name=unrar
2020-07-11 08:37:34 +02:00
version=5.9.4
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() {
cd $name
2015-11-29 18:43:38 +01:00
make CXXFLAGS="$CXXFLAGS" STRIP=:
2013-04-29 15:42:10 +02:00
make install DESTDIR=$PKG/usr
2006-02-23 16:26:10 +01:00
}