wok-6.x view tazirc/receipt @ rev 20848
updated directfb again (1.4.3 -> 1.7.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 21 14:21:46 2019 +0100 (2019-02-21) |
parents | faf865f8822c |
children | 7e911016a644 |
line source
1 # SliTaz package receipt.
3 PACKAGE="tazirc"
4 VERSION="22"
5 CATEGORY="network"
6 SHORT_DESC="SliTaz IRC Client and Log Bot."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.bz2"
12 HOST_ARCH="i486 arm"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make && make DESTDIR=$install install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs
24 cp -a $install/* $fs
25 }