wok annotate gifsicle/receipt @ rev 21465

updated modsecurity-apache (2.7.7 -> 2.9.3)
author Hans-G?nter Theisgen
date Tue Apr 30 14:44:45 2019 +0100 (2019-04-30)
parents 3224f68a9d14
children 3adbd5bf350f
rev   line source
pascal@17418 1 # SliTaz package receipt.
pascal@17418 2
pascal@17418 3 PACKAGE="gifsicle"
pascal@20259 4 VERSION="1.91"
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 }