wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="naim"
4 VERSION="0.11.8.3.2"
5 CATEGORY="network"
6 SHORT_DESC="A console AIM, ICQ, IRC, and Lily CMC client"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/nmlorg/naim"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 # official page refers to SliTaz sources mirror :)
13 WGET_URL="http://distro.ibiblio.org/slitaz/sources/packages/n/$TARBALL" # FIXME
14 # https://github.com/jwise/naim
16 BUILD_DEPENDS="ncurses-dev"
17 SPLIT="$PACKAGE-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make -j1 &&
23 make -j1 DESTDIR=$install install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 naim)
29 copy @std
30 DEPENDS="ncurses"
31 ;;
32 *-dev)
33 copy @dev
34 ;;
35 esac
36 }