opt/unrar/Pkgfile

16 lines
399 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
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 16:26:10 +01:00
name=unrar
2019-09-18 01:16:52 +02:00
version=5.8.1
2006-02-23 16:26:10 +01:00
release=1
source=(http://www.rarlab.com/rar/${name}src-$version.tar.gz)
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
}