wok-current annotate gifsicle/receipt @ rev 22432
Add sshrc (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 21 11:45:45 2019 +0100 (2019-12-21) |
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 } |