wok annotate giflib-dev/receipt @ rev 11759

added libt4kcommon. Supports tux4kids games
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 22 12:21:48 2012 -0800 (2012-02-22)
parents 1198d4de24b9
children de49f29b101e
rev   line source
rcx@3183 1 # SliTaz package receipt.
rcx@3183 2
rcx@3183 3 PACKAGE="giflib-dev"
rcx@3183 4 VERSION="4.1.6"
rcx@3183 5 CATEGORY="development"
rcx@3183 6 SHORT_DESC="giflib devel files."
rcx@3183 7 WEB_SITE="http://sourceforge.net/projects/giflib/"
rcx@3183 8 MAINTAINER="rcx@zoominternet.net"
slaxemulator@6612 9 DEPENDS="giflib"
rcx@3183 10 WANTED="giflib"
rcx@3183 11
rcx@3183 12 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3183 13 genpkg_rules()
rcx@3183 14 {
rcx@3183 15 mkdir -p $fs/usr/lib
rcx@3183 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
rcx@3183 17 cp -a $_pkg/usr/include $fs/usr
rcx@3183 18 }