wok annotate gifsicle/receipt @ rev 20095

slitaz-base-files: don't backup-restore the whole /etc ($CONFIG_FILES variable exist), allow to update /etc/init.d/rc.functions
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 05 23:51:00 2017 +0300 (2017-10-05)
parents
children 1858d9c73b8c
rev   line source
pascal@17418 1 # SliTaz package receipt.
pascal@17418 2
pascal@17418 3 PACKAGE="gifsicle"
pascal@17418 4 VERSION="1.86"
pascal@17418 5 CATEGORY="graphics"
pascal@17418 6 SHORT_DESC="A command-line tool for creating, editing, and getting information about GIF."
pascal@17418 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17418 8 LICENSE="GPL2"
pascal@17418 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17418 10 WEB_SITE="http://www.lcdf.org/~eddietwo/gifsicle/"
pascal@17418 11 WGET_URL="$WEB_SITE/$TARBALL"
pascal@17418 12
pascal@17418 13 # Rules to configure and make the package.
pascal@17418 14 compile_rules()
pascal@17418 15 {
pascal@17418 16 ./configure --prefix=/usr \
pascal@17418 17 $CONFIGURE_ARGS &&
pascal@17418 18 make &&
pascal@17418 19 make DESTDIR=$DESTDIR install
pascal@17418 20 }
pascal@17418 21
pascal@17418 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17418 23 genpkg_rules()
pascal@17418 24 {
pascal@17418 25 mkdir -p $fs/usr
pascal@17418 26 cp -a $install/usr/bin $fs/usr
pascal@17418 27 }