wok annotate compface/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents
children 2a0479881723
rev   line source
al@14468 1 # SliTaz package receipt.
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@14468 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@14468 11 WGET_URL="http://ftp.xemacs.org/pub/xemacs/aux/$TARBALL"
al@14468 12
al@14468 13 DEPENDS="glibc-base"
al@14468 14
al@14468 15 # Rules to configure and make the package.
al@14468 16 compile_rules()
al@14468 17 {
al@14468 18 patch < $stuff/makefile-use-destdir.patch &&
al@14468 19 ./configure $CONFIGURE_ARGS &&
al@14468 20 make &&
al@14468 21 make install
al@14468 22 }
al@14468 23
al@14468 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14468 25 genpkg_rules()
al@14468 26 {
al@14468 27 mkdir -p $fs/usr
al@14468 28 cp -a $install/usr/bin $fs/usr
al@14468 29 }