wok annotate naim/receipt @ rev 20909

Up perl-test-tester (0.109)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 28 10:02:02 2019 +0100 (2019-02-28)
parents 3ba8d2c9720d
children b9659e3c2111
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@15000 8 LICENSE="GPL2"
pascal@13355 9 WEB_SITE="http://naim.n.ml.org/"
pascal@13355 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13355 11 WGET_URL="http://naim.googlecode.com/files/$TARBALL"
pascal@13355 12
pascal@13355 13 DEPENDS="ncurses"
pascal@13355 14 BUILD_DEPENDS="ncurses-dev"
pascal@13355 15
pascal@13355 16 # Rules to configure and make the package.
pascal@13355 17 compile_rules()
pascal@13355 18 {
pascal@17672 19 export LDFLAGS="$LDFLAGS -ltinfo"
pascal@13355 20 ./configure \
pascal@13355 21 --prefix=/usr \
pascal@13355 22 --sysconfdir=/etc \
pascal@13355 23 $CONFIGURE_ARGS &&
pascal@13357 24 make -j 1 &&
pascal@18422 25 make -j 1 DESTDIR=$DESTDIR install
pascal@13355 26 }
pascal@13355 27
pascal@13355 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13355 29 genpkg_rules()
pascal@13355 30 {
pascal@13355 31 mkdir -p $fs/usr
pascal@13355 32 cp -a $install/usr/bin $fs/usr
pascal@13355 33 }