wok-4.x diff xarchive/receipt @ rev 693
taz & tazlito: declare files
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 26 07:32:19 2008 +0000 (2008-04-26) |
parents | 223537e595e4 |
children | 5fb27e4bf774 |
line diff
1.1 --- a/xarchive/receipt Sat Mar 22 16:03:26 2008 +0100 1.2 +++ b/xarchive/receipt Sat Apr 26 07:32:19 2008 +0000 1.3 @@ -5,11 +5,9 @@ 1.4 CATEGORY="x-windows" 1.5 SHORT_DESC="A GTK+ front-end for command line archiving tools." 1.6 MAINTAINER="Erjo <erjo@slitaz.org>" 1.7 -DEPENDS="" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://xarchive.sourceforge.net/" 1.10 -WGET_URL="http://dfn.dl.sourceforge.net/sourceforge/xarchive/$TARBALL" 1.11 -JWM_MENU='Utilities:<Program icon="xarchive.xpm" label="XArchive">xarchive</Program>' 1.12 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 # Rules to configure and make the package.ls sr 1.15 compile_rules() 1.16 @@ -30,8 +28,8 @@ 1.17 { 1.18 mkdir -p $fs/usr/lib/xarchive/wrappers 1.19 cp -a $_pkg/usr/bin $fs/usr 1.20 - cp -a $_pkg/usr/lib/xarchive/wrappers/tar-* $fs/usr/lib/xarchive/wrappers 1.21 sed -i 's|#!\s*/bin/bash|#!/bin/sh|' $_pkg/usr/lib/xarchive/wrappers/* 1.22 + cp stuff/slitaz-wrap.sh $fs/usr/lib/xarchive/wrappers 1.23 strip -s $fs/usr/bin/* 1.24 } 1.25