wok annotate ii/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents e712b71ca8de
children af8d823a3077
rev   line source
pascal@9986 1 # SliTaz package receipt.
pascal@9986 2
pascal@9986 3 PACKAGE="ii"
pascal@9986 4 VERSION="1.6"
pascal@9986 5 CATEGORY="network"
pascal@9986 6 SHORT_DESC="Minimalist IRC client."
pascal@9986 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="MIT"
pascal@9986 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@9986 10 WEB_SITE="http://tools.suckless.org/ii"
pascal@9986 11 WGET_URL="http://dl.suckless.org/tools/$TARBALL"
pascal@9986 12
pascal@9986 13 # Rules to configure and make the package.
pascal@9986 14 compile_rules()
pascal@9986 15 {
pascal@9986 16 cd $src
pascal@9986 17 sed -i 's|/usr/local|/usr|' config.mk
pascal@9986 18 make clean &&
pascal@9986 19 make DESTDIR=$DESTDIR install
pascal@9986 20 }
pascal@9986 21
pascal@9986 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9986 23 genpkg_rules()
pascal@9986 24 {
pascal@9986 25 mkdir -p $fs/usr
pascal@15600 26 cp -a $install/usr/bin $fs/usr
pascal@9986 27 }