wok-stable view clex/receipt @ rev 7

Add : ncurses + clex, htop, rhapsody
author Christophe Lincoln <pankso@slitaz.org>
date Thu Dec 13 15:18:32 2007 +0100 (2007-12-13)
parents
children 4959e5789caa
line source
1 # SliTaz package receipt.
3 PACKAGE="clex"
4 VERSION="3.17"
5 CATEGORY="base-apps"
6 SHORT_DESC="Text mode file manager."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="ncurses"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.clex.sk/"
11 WGET_URL="http://www.clex.sk/download/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr --infodir=/usr/share/info \
18 --mandir=/usr/share/man $CONFIGURE_ARGS
19 make
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $_pkg/usr/bin/* $fs/usr/bin
28 strip -s $fs/usr/bin/*
29 }