wok annotate valgrind-dev/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 3af9c976b7d4
children cb67b4f8be05
rev   line source
paul@3641 1 # SliTaz package receipt.
paul@3641 2
paul@3641 3 PACKAGE="valgrind-dev"
Hans-G?nter@22093 4 VERSION="3.15.0"
paul@3641 5 CATEGORY="development"
Hans-G?nter@22093 6 SHORT_DESC="Valgrind development files."
paul@3641 7 MAINTAINER="paul@slitaz.org"
pascal@15098 8 LICENSE="GPL2"
paul@3641 9 WEB_SITE="http://valgrind.org/"
Hans-G?nter@22093 10
Hans-G?nter@22093 11 DEPENDS="pkg-config valgrind"
paul@3641 12 WANTED="valgrind"
paul@3641 13
paul@3641 14 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@3641 15 genpkg_rules()
paul@3641 16 {
paul@4457 17 mkdir -p $fs/usr/lib/valgrind
Hans-G?nter@22093 18
Hans-G?nter@22093 19 cp -a $install/usr/include $fs/usr
Hans-G?nter@22093 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@22093 21 cp -a $install/usr/lib/valgrind/*.*a $fs/usr/lib/valgrind
paul@3641 22 }