wok annotate tcc-x86_64/receipt @ rev 6653

Fixed gdk-pixbuf. Added xpm and jpeg to be build into gdk-pixbuf instead of being just plugins. Fixes some missing icons and background from being missig in slitaz desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 01:06:19 2010 +0000 (2010-10-11)
parents
children 4c16797dce28
rev   line source
pascal@5573 1 # SliTaz package receipt.
pascal@5573 2
pascal@5573 3 PACKAGE="tcc-x86_64"
pascal@5573 4 VERSION="0.9.25"
pascal@5573 5 CATEGORY="development"
pascal@5573 6 SHORT_DESC="fast Tiny C cross Compiler to x86_64 target."
pascal@5573 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@5573 8 WEB_SITE="http://bellard.org/$PACKAGE/"
pascal@5573 9 DEPENDS="tcc-common"
pascal@5573 10 WANTED="tcc"
pascal@5573 11
pascal@5573 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@5573 13 genpkg_rules()
pascal@5573 14 {
pascal@5573 15 mkdir -p $fs/usr/bin
pascal@5573 16 cp -a $_pkg/usr/bin/x86_64-tcc $fs/usr/bin
pascal@5573 17 }
pascal@5573 18