opt/unrar/Pkgfile

18 lines
459 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Extracts RAR archives
# URL: http://www.rarlab.com/rar_add.htm
2009-01-23 17:14:48 +01:00
# Maintainer: Richard Poettler, richard dot poettler at gmail dot com
2006-04-13 06:29:47 +02:00
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 16:26:10 +01:00
# Depends on:
name=unrar
2008-11-23 17:16:10 +01:00
version=3.8.5
2006-02-23 16:26:10 +01:00
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
}