wok annotate giflib-dev/receipt @ rev 6612

Fixed giflib-dev, jpeg-dev, libpng-dev, tiff-dev, and zlib-dev. I made there wanted package be depends also since you need the .so files to compile things also most of the time.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 09 19:37:19 2010 +0000 (2010-10-09)
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 }