wok annotate libgtkhtml-dev/receipt @ rev 10415

automake: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 07:52:52 2011 +0000 (2011-05-24)
parents 3193d21a094b
children 8f447cf2eee5
rev   line source
rcx@3298 1 # SliTaz package receipt.
rcx@3298 2
rcx@3298 3 PACKAGE="libgtkhtml-dev"
rcx@3298 4 VERSION="2.11.1"
rcx@3298 5 CATEGORY="development"
rcx@3298 6 SHORT_DESC="libgtkhtml devel files."
rcx@3298 7 WEB_SITE="http://freshmeat.net/projects/libgtkhtml/"
rcx@3298 8 MAINTAINER="rcx@zoominternet.net"
slaxemulator@7126 9 DEPENDS="libgtkhtml"
rcx@3298 10 WANTED="libgtkhtml"
rcx@3298 11
rcx@3298 12 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3298 13 genpkg_rules()
rcx@3298 14 {
rcx@3298 15 mkdir -p $fs/usr/lib
rcx@3298 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
rcx@3298 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
rcx@3298 18 cp -a $_pkg/usr/include $fs/usr
rcx@3298 19 }