wok-next annotate naim/receipt @ rev 13788
spacefm: use tazbox (thanks ernia)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 05 11:09:31 2013 +0100 (2013-01-05) |
parents | f7d0b4e57254 |
children | 380ffe05937a |
rev | line source |
---|---|
pascal@13355 | 1 # SliTaz package receipt. |
pascal@13355 | 2 |
pascal@13355 | 3 PACKAGE="naim" |
pascal@13355 | 4 VERSION="0.11.8.3.2" |
pascal@13355 | 5 CATEGORY="network" |
pascal@13356 | 6 SHORT_DESC="A console AIM, ICQ, IRC, and Lily CMC client." |
pascal@13355 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@13355 | 8 WEB_SITE="http://naim.n.ml.org/" |
pascal@13355 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13355 | 10 WGET_URL="http://naim.googlecode.com/files/$TARBALL" |
pascal@13355 | 11 |
pascal@13355 | 12 DEPENDS="ncurses" |
pascal@13355 | 13 BUILD_DEPENDS="ncurses-dev" |
pascal@13355 | 14 |
pascal@13355 | 15 # Rules to configure and make the package. |
pascal@13355 | 16 compile_rules() |
pascal@13355 | 17 { |
pascal@13355 | 18 cd $src |
pascal@13355 | 19 ./configure \ |
pascal@13355 | 20 --prefix=/usr \ |
pascal@13355 | 21 --sysconfdir=/etc \ |
pascal@13355 | 22 $CONFIGURE_ARGS && |
pascal@13357 | 23 make -j 1 && |
pascal@13355 | 24 make DESTDIR=$DESTDIR install |
pascal@13355 | 25 } |
pascal@13355 | 26 |
pascal@13355 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13355 | 28 genpkg_rules() |
pascal@13355 | 29 { |
pascal@13355 | 30 mkdir -p $fs/usr |
pascal@13355 | 31 cp -a $install/usr/bin $fs/usr |
pascal@13355 | 32 } |