unrar: dropped Richi to maintain it in opt

This commit is contained in:
Danny Rawlins 2009-01-23 08:48:27 +11:00
parent 824a9eecf8
commit 267e2c938f
3 changed files with 0 additions and 21 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/unrar

View File

@ -1 +0,0 @@
875688e6a144a3f75d2a6a0da3e43f8b unrarsrc-3.8.5.tar.gz

View File

@ -1,17 +0,0 @@
# Description: Extracts RAR archives.
# URL: http://www.rarlab.com/rar_add.htm
# Maintainer: Danny Rawlins, monster dot romster 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 -e "s/-O2/$CFLAGS/" makefile.unix
make -f makefile.unix
install -D -m 755 unrar $PKG/usr/bin/unrar
}