wok rev 488
ADD: archive-extras, command line wrappers for xarchive
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Mar 22 17:25:38 2008 +0100 (2008-03-22) |
parents | 2dfe82a2e117 |
children | 8a1f1d873635 |
files | xarchive-extras/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xarchive-extras/receipt Sat Mar 22 17:25:38 2008 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xarchive-extras" 1.7 +VERSION="0.2.8-6" 1.8 +CATEGORY="x-windows" 1.9 +SHORT_DESC="XArchve command line archiving tools wrappers." 1.10 +MAINTAINER="Erjo <erjo@slitaz.org>" 1.11 +DEPENDS="xarchive" 1.12 +WANTED="xarchive" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://xarchive.sourceforge.net/" 1.15 + 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/lib/xarchive/wrappers 1.21 + cp -a $_pkg/usr/bin $fs/usr 1.22 + cp -a $_pkg/usr/lib/xarchive/wrappers/* $fs/usr/lib/xarchive/wrappers 1.23 + rm -f fs/usr/lib/xarchive/wrappers/tar-* 1.24 + sed -i 's|#!\s*/bin/bash|#!/bin/sh|' $_pkg/usr/lib/xarchive/wrappers/* 1.25 +} 1.26 +