wok view sic/receipt @ rev 16115

ARM: add libevent
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 22 20:20:40 2014 +0100 (2014-03-22)
parents cad02130ef1c
children c5ddf763228a
line source
1 # SliTaz package receipt.
3 PACKAGE="sic"
4 VERSION="1.1"
5 CATEGORY="network"
6 SHORT_DESC="Simple IRC client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://tools.suckless.org/sic"
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 make clean &&
18 make PREFIX=/usr DESTDIR=$DESTDIR install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $install/usr/bin $fs/usr
26 }