wok-next annotate naim/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3c581bf52b8
children
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"
al@20906 9 WEB_SITE="https://github.com/nmlorg/naim"
al@19817 10
pascal@13355 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19817 12 # official page refers to SliTaz sources mirror :)
al@20906 13 WGET_URL="http://distro.ibiblio.org/slitaz/sources/packages/n/$TARBALL" # FIXME
al@19817 14 # https://github.com/jwise/naim
pascal@13355 15
pascal@13355 16 BUILD_DEPENDS="ncurses-dev"
al@21020 17 SPLIT="$PACKAGE-dev"
pascal@13355 18
al@20513 19 compile_rules() {
al@19817 20 ./configure $CONFIGURE_ARGS &&
al@20599 21 fix libtool &&
al@19817 22 make -j1 &&
al@21020 23 make -j1 DESTDIR=$install install
pascal@13355 24 }
pascal@13355 25
al@20513 26 genpkg_rules() {
al@19817 27 case $PACKAGE in
al@19817 28 naim)
al@19817 29 copy @std
al@19817 30 DEPENDS="ncurses"
al@19817 31 ;;
al@19817 32 *-dev)
al@19817 33 copy @dev
al@19817 34 ;;
al@19817 35 esac
pascal@13355 36 }