wok annotate valgrind-dev/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 90af71b96a7f
children 3775d01597ed
rev   line source
paul@3641 1 # SliTaz package receipt.
paul@3641 2
paul@3641 3 PACKAGE="valgrind-dev"
paul@4457 4 VERSION="3.5.0"
paul@3641 5 CATEGORY="development"
paul@3641 6 SHORT_DESC="Valgrind devel files."
paul@3641 7 MAINTAINER="paul@slitaz.org"
paul@3641 8 DEPENDS=""
paul@3641 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
paul@3641 10 WEB_SITE="http://valgrind.org/"
paul@3641 11 WANTED="valgrind"
paul@3641 12
paul@3641 13 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@3641 14 genpkg_rules()
paul@3641 15 {
paul@4457 16 mkdir -p $fs/usr/lib/valgrind
paul@3641 17 cp -a $_pkg/usr/include $fs/usr
paul@3641 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
paul@4457 19 cp -a $_pkg/usr/lib/valgrind/*.*a $fs/usr/lib/valgrind
paul@3641 20 }