wok-4.x annotate gtk-vnc-dev/receipt @ rev 6419
Up: lxpanel to 0.5.6. I committed out my patch since it doesn't patch now. I also took battary montor out so lxpanel will build. All other plugins are there.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Sep 26 17:02:23 2010 +0000 (2010-09-26) |
parents | bd9869e5f58d |
children | 5cc0da7e580a |
rev | line source |
---|---|
pankso@4420 | 1 # SliTaz package receipt. |
pankso@4420 | 2 |
pankso@4420 | 3 PACKAGE="gtk-vnc-dev" |
slaxemulator@6388 | 4 VERSION="0.3.10" |
pankso@4420 | 5 CATEGORY="development" |
pankso@4420 | 6 SHORT_DESC="GTK VNC devel files." |
pankso@4420 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@4420 | 8 WANTED="gtk-vnc" |
pankso@4420 | 9 WEB_SITE="http://live.gnome.org/gtk-vnc/" |
pankso@4420 | 10 |
pankso@4420 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4420 | 12 genpkg_rules() |
pankso@4420 | 13 { |
pankso@4420 | 14 mkdir -p $fs/usr/lib |
pankso@4420 | 15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
pankso@4420 | 16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
pankso@4420 | 17 cp -a $_pkg/usr/include $fs/usr |
pankso@4420 | 18 } |