wok view clex/receipt @ rev 11017

ssfs-busybox: wanted busybox
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 13 16:56:20 2011 +0200 (2011-10-13)
parents 5bc185ddf5b9
children e356385983b9
line source
1 # SliTaz package receipt.
3 PACKAGE="clex"
4 VERSION="4.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="Text mode file manager."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.clex.sk/"
10 WGET_URL="http://www.clex.sk/download/$TARBALL"
11 TAGS="file-manager"
13 DEPENDS="ncurses"
14 BUILD_DEPENDS="ncurses-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/etc $fs/usr/bin
28 cp -a $_pkg/usr/bin/* $fs/usr/bin
29 cp -a $stuff/skel $fs/etc
30 }