wok-6.x annotate libgtkhtml-dev/receipt @ rev 10396
xine-lib: fix bdep, clean and remove ffmpeg from dep (we not link witj and make unwanted dep, xine ui is nice for live cd, keep it small)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 24 02:19:10 2011 +0200 (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 } |