2006-02-23 15:26:10 +00:00
|
|
|
# Description: Archive manager for ROX
|
|
|
|
# URL: http://rox.sourceforge.net/phpwiki/index.php/Archive
|
2006-04-13 21:43:04 +00:00
|
|
|
# Maintainer: Simone Rota, sip at crux dot nu
|
|
|
|
# Packager: Simone Rota, sip at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# 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
|
|
|
|
|
|
|
|
}
|