19 lines
464 B
Plaintext
19 lines
464 B
Plaintext
|
# Description: Archive manager for ROX
|
||
|
# URL: http://rox.sourceforge.net/phpwiki/index.php/Archive
|
||
|
# Maintainer: Simone Rota, sip at varlock dot com
|
||
|
# Packager: Simone Rota, sip at varlock dot com
|
||
|
# Depends on: rox-lib
|
||
|
|
||
|
name=rox-archive
|
||
|
version=2.0
|
||
|
release=1
|
||
|
source=(http://dl.sourceforge.net/sourceforge/rox/archive-$version.tgz)
|
||
|
|
||
|
build() {
|
||
|
cd archive-$version
|
||
|
mkdir -p $PKG/usr/ROX/Apps
|
||
|
rm -rf Archive/{Help,Messages,CVS}
|
||
|
cp -r Archive $PKG/usr/ROX/Apps
|
||
|
|
||
|
}
|