wok view lha/receipt @ rev 22344

Remove squirrelmail-en_GB
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 17 16:39:12 2019 +0100 (2019-11-17)
parents 38d36643bb08
children ede1d184d5c5
line source
1 # SliTaz package receipt.
3 PACKAGE="lha"
4 VERSION="1.14i-ac20050924p1"
5 CATEGORY="system-tools"
6 SHORT_DESC="File archiver."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="CC-SA"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://$PACKAGE.sourceforge.jp/"
11 WGET_URL="http://osdn.dl.sourceforge.jp/$PACKAGE/22231/$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=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }