wok-next view compface/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents 8940878905f3
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="compface"
4 VERSION="1.5.2"
5 CATEGORY="utilities"
6 SHORT_DESC="Utils & libs to convert from/to X-Face format"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="http://freshmeat.sourceforge.net/projects/compface"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ftp.xemacs.org/pub/xemacs/aux/$TARBALL"
14 SPLIT="xbm2xface $PACKAGE $PACKAGE-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install || return 1
21 install -Dm755 $src/xbm2xface.pl $install/usr/bin/xbm2xface.pl
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 xbm2xface)
27 copy xbm2xface.pl
28 DEPENDS="compface perl"
29 ;;
30 compface)
31 copy @std @rm
32 ;;
33 *-dev)
34 copy @dev
35 ;;
36 esac
37 }