wok-next diff compface/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 | 8940878905f3 |
children |
line diff
1.1 --- a/compface/receipt Tue Mar 06 03:00:01 2018 +0200 1.2 +++ b/compface/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -6,15 +6,17 @@ 1.4 SHORT_DESC="Utils & libs to convert from/to X-Face format" 1.5 MAINTAINER="al.bobylev@gmail.com" 1.6 LICENSE="MIT" 1.7 -WEB_SITE="http://freecode.com/projects/compface" 1.8 +WEB_SITE="http://freshmeat.sourceforge.net/projects/compface" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="http://ftp.xemacs.org/pub/xemacs/aux/$TARBALL" 1.12 1.13 -SPLIT="xbm2xface compface compface-dev" 1.14 +SPLIT="xbm2xface $PACKAGE $PACKAGE-dev" 1.15 1.16 compile_rules() { 1.17 - ./configure $CONFIGURE_ARGS && make && make install || return 1 1.18 + ./configure $CONFIGURE_ARGS && 1.19 + make && 1.20 + make install || return 1 1.21 1.22 install -Dm755 $src/xbm2xface.pl $install/usr/bin/xbm2xface.pl 1.23 }