wok view xarchive/receipt @ rev 460

ADD: Xarchive, fuseiso, curlftpfs
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Mar 20 00:22:38 2008 +0100 (2008-03-20)
parents
children 815fce15f885
line source
1 # SliTaz package receipt.
3 PACKAGE="xarchive"
4 VERSION="0.2.8-6"
5 CATEGORY="x-windows"
6 SHORT_DESC=""
7 MAINTAINER="Erjo <erjo@slitaz.org>"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://xarchive.sourceforge.net/"
11 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/xarchive/$TARBALL"
12 JWM_MENU='Utilities:<Program icon="xarchive.xpm" label="XArchive">xarchive</Program>'
14 # Rules to configure and make the package.ls sr
15 compile_rules()
16 {
17 cd $src
18 # patch tar-wrap for busybox tar option
19 patch -p1 -i ../stuff/tar-wrap.patch
21 ./configure --prefix=/usr --infodir=/usr/share/info \
22 --mandir=/usr/share/man $CONFIGURE_ARGS
25 make
26 make DESTDIR=$PWD/_pkg install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib
33 cp -a $_pkg/usr/bin $fs/usr
34 cp -a $_pkg/usr/lib $fs/usr
36 strip -s $fs/usr/bin/*
37 }