wok annotate giflib-dev/receipt @ rev 4605

libvlc*: receipts swap
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 15 16:13:18 2009 +0100 (2009-12-15)
parents
children aa6c1bad2cb7
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"
rcx@3183 9 WANTED="giflib"
rcx@3183 10
rcx@3183 11 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3183 12 genpkg_rules()
rcx@3183 13 {
rcx@3183 14 mkdir -p $fs/usr/lib
rcx@3183 15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
rcx@3183 16 cp -a $_pkg/usr/include $fs/usr
rcx@3183 17 }