wok view ii/receipt @ rev 19002

Add: Private and Safe mode desktop shortcut.
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 24 02:43:37 2016 -0300 (2016-03-24)
parents e712b71ca8de
children af8d823a3077
line source
1 # SliTaz package receipt.
3 PACKAGE="ii"
4 VERSION="1.6"
5 CATEGORY="network"
6 SHORT_DESC="Minimalist IRC client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://tools.suckless.org/ii"
11 WGET_URL="http://dl.suckless.org/tools/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 sed -i 's|/usr/local|/usr|' config.mk
18 make clean &&
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }