wok rev 15962

Add TazIRC (1.0)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 24 01:18:39 2014 +0100 (2014-02-24)
parents 4c8b76649b70
children fa583ef36fa9
files tazirc/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazirc/receipt	Mon Feb 24 01:18:39 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tazirc"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="SliTaz IRC Client and Log Bot."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="BSD"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.slitaz.org/"
    1.14 +WGET_URL="http://mirror.slitaz.org/sources/tazirc/$TARBALL"
    1.15 +HOST_ARCH="i486 arm"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	make && make DESTDIR=$install install
    1.21 +}
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	mkdir -p $fs
    1.27 +	cp -a $install/* $fs
    1.28 +}