# HG changeset patch # User Pascal Bellard # Date 1305754426 -7200 # Node ID cad02130ef1ceb0c8ca33bd2a01f2ad84d0ecb64 # Parent e712b71ca8de872cea3f9bd0913543446ecbe6bc Add sic diff -r e712b71ca8de -r cad02130ef1c sic/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sic/receipt Wed May 18 23:33:46 2011 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="sic" +VERSION="1.1" +CATEGORY="network" +SHORT_DESC="Simple IRC client." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://tools.suckless.org/sic" +WGET_URL="http://dl.suckless.org/tools/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + make clean && + make PREFIX=/usr DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr +} +