wok-next view compface/receipt @ rev 20102

Up bullet (2.87)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 29 11:03:19 2017 +0100 (2017-10-29)
parents d805d3de4546
children 8940878905f3
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://freecode.com/projects/compface"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ftp.xemacs.org/pub/xemacs/aux/$TARBALL"
14 SPLIT="compface-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 case $PACKAGE in
26 compface) copy @std ;;
27 compface-dev) copy @dev ;;
28 esac
29 }