wok-next annotate naim/receipt @ rev 19817

Random updates: cookutils, libmtp, muparser, naim, neon, schroedinger, sip, stfl, szip, tazpkg.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 28 02:00:12 2017 +0300 (2017-07-28)
parents fe9ffaed898b
children d43bf7aae921
rev   line source
al@19817 1 # SliTaz package receipt v2.
pascal@13355 2
pascal@13355 3 PACKAGE="naim"
pascal@13355 4 VERSION="0.11.8.3.2"
pascal@13355 5 CATEGORY="network"
al@19817 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/"
al@19817 10
pascal@13355 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19817 12 # official page refers to SliTaz sources mirror :)
al@19817 13 WGET_URL="http://distro.ibiblio.org/slitaz/sources/packages/n/$TARBALL"
al@19817 14 # https://github.com/jwise/naim
pascal@13355 15
pascal@13355 16 BUILD_DEPENDS="ncurses-dev"
al@19817 17 SPLIT="naim-dev"
pascal@13355 18
pascal@13355 19 # Rules to configure and make the package.
pascal@13355 20 compile_rules()
pascal@13355 21 {
al@19817 22 ./configure $CONFIGURE_ARGS &&
al@19817 23 make -j1 &&
al@19817 24 make -j1 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 {
al@19817 30 case $PACKAGE in
al@19817 31 naim)
al@19817 32 copy @std
al@19817 33 DEPENDS="ncurses"
al@19817 34 ;;
al@19817 35 *-dev)
al@19817 36 copy @dev
al@19817 37 ;;
al@19817 38 esac
pascal@13355 39 }