# HG changeset patch # User Pascal Bellard # Date 1306614560 -7200 # Node ID 90642293b3663c4e64b7933b49e51efb9e5cd5a3 # Parent 3855ef8d85b0b36a5ccc32c13a3b69d830c66c19 move sic to wok diff -r 3855ef8d85b0 -r 90642293b366 sic/receipt --- a/sic/receipt Sat May 28 22:29:12 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -# 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=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr -} -