wok annotate gtkspell-dev/receipt @ rev 12449

wvstreams: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 21 20:05:08 2012 +0200 (2012-04-21)
parents 659f5e0ed167
children d4b159e1110b
rev   line source
allan316@3205 1 # SliTaz package receipt.
allan316@3205 2
pascal@3211 3 PACKAGE="gtkspell-dev"
slaxemulator@6307 4 VERSION="2.0.16"
allan316@3205 5 CATEGORY="development"
allan316@3205 6 SHORT_DESC="provides highlighting and replacement of misspelled words"
allan316@3205 7 MAINTAINER="allan316@gmail.com"
slaxemulator@7097 8 DEPENDS="enchant gtkspell"
allan316@3205 9 WEB_SITE="http://gtkspell.sourceforge.net"
allan316@3205 10 WANTED="gtkspell"
allan316@3205 11
allan316@3205 12 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@3205 13 genpkg_rules()
allan316@3205 14 {
slaxemulator@6307 15 mkdir -p $fs/usr/lib
allan316@3205 16 cp -a $_pkg/usr/include $fs/usr
slaxemulator@6307 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
slaxemulator@6307 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
allan316@3205 19 }
allan316@3205 20