wok annotate giflib-dev/receipt @ rev 21120

mate-common: automake-1.16 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 19 21:46:06 2019 +0100 (2019-03-19)
parents af8a8f177c6c
children 04df91c8ca0b
rev   line source
rcx@3183 1 # SliTaz package receipt.
rcx@3183 2
rcx@3183 3 PACKAGE="giflib-dev"
psychomaniak@18352 4 VERSION="4.1.6"
rcx@3183 5 CATEGORY="development"
rcx@3183 6 SHORT_DESC="giflib devel files."
pascal@20421 7 WEB_SITE="https://sourceforge.net/projects/giflib/"
rcx@3183 8 MAINTAINER="rcx@zoominternet.net"
pascal@15600 9 LICENSE="MIT"
pascal@15600 10 WANTED="giflib"
pankso@16067 11 HOST_ARCH="i486 arm"
pascal@15600 12
slaxemulator@6612 13 DEPENDS="giflib"
rcx@3183 14
rcx@3183 15 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3183 16 genpkg_rules()
rcx@3183 17 {
rcx@3183 18 mkdir -p $fs/usr/lib
pascal@15600 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15600 20 cp -a $install/usr/include $fs/usr
rcx@3183 21 }