2006-10-24 15:36:15 -05:00
|
|
|
# Description: Command-line ace unarchiver for linux
|
|
|
|
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
|
|
|
# URL: http://www.winace.com/
|
|
|
|
|
2006-10-24 15:46:38 -05:00
|
|
|
name=unace
|
2006-10-24 15:36:15 -05:00
|
|
|
version=2.5
|
|
|
|
release=1
|
|
|
|
source=(http://www.winace.com/files/linunace25.tgz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
mkdir -p $PKG/usr/bin
|
|
|
|
install -o root -g root -m 755 unace $PKG/usr/bin
|
|
|
|
}
|