diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /rox-archive/Pkgfile | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'rox-archive/Pkgfile')
-rw-r--r-- | rox-archive/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/rox-archive/Pkgfile b/rox-archive/Pkgfile new file mode 100644 index 000000000..db8c5e9f1 --- /dev/null +++ b/rox-archive/Pkgfile @@ -0,0 +1,18 @@ +# 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 + +} |