wok-next annotate compface/receipt @ rev 19737

Up bind, brotli, cairo, check, compface, cookutils, cpio, curl, db, openssl.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 30 05:37:57 2017 +0300 (2017-05-30)
parents d805d3de4546
children 8940878905f3
rev   line source
al@19737 1 # SliTaz package receipt v2.
al@14468 2
al@14468 3 PACKAGE="compface"
al@14468 4 VERSION="1.5.2"
al@14468 5 CATEGORY="utilities"
al@14468 6 SHORT_DESC="Utils & libs to convert from/to X-Face format"
al@14468 7 MAINTAINER="al.bobylev@gmail.com"
al@14468 8 LICENSE="MIT"
al@14468 9 WEB_SITE="http://freecode.com/projects/compface"
al@19737 10
al@14468 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@14468 12 WGET_URL="http://ftp.xemacs.org/pub/xemacs/aux/$TARBALL"
al@14468 13
al@19737 14 SPLIT="compface-dev"
al@14468 15
al@14468 16 # Rules to configure and make the package.
al@14468 17 compile_rules()
al@14468 18 {
al@19737 19 ./configure $CONFIGURE_ARGS && make && make install
al@14468 20 }
al@14468 21
al@14468 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14468 23 genpkg_rules()
al@14468 24 {
al@19737 25 case $PACKAGE in
al@19737 26 compface) copy @std ;;
al@19737 27 compface-dev) copy @dev ;;
al@19737 28 esac
al@14468 29 }