opt/unrar/Pkgfile
2009-01-23 17:15:23 +01:00

18 lines
459 B
Plaintext

# Description: Extracts RAR archives
# URL: http://www.rarlab.com/rar_add.htm
# Maintainer: Richard Poettler, richard dot poettler at gmail dot com
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on:
name=unrar
version=3.8.5
release=1
source=(http://www.rarlab.com/rar/${name}src-$version.tar.gz)
build() {
cd $name
sed -i "s/-O2/$CFLAGS/" makefile.unix
make -f makefile.unix
install -D -m 755 unrar $PKG/usr/bin/unrar
}