wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="gifsicle"
4 VERSION="1.91"
5 CATEGORY="graphics"
6 SHORT_DESC="A command-line tool for creating, editing, and getting information about GIF."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.lcdf.org/~eddietwo/gifsicle/"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 ./configure --prefix=/usr \
17 $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }