wok-6.x annotate gtk-vnc/receipt @ rev 14718
lib[s-z]*: add LICENSE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 11 11:57:36 2013 +0200 (2013-06-11) |
parents | e5735ed0f897 |
children | d1b6fe8c8301 |
rev | line source |
---|---|
pankso@4420 | 1 # SliTaz package receipt. |
pankso@4420 | 2 |
pankso@4420 | 3 PACKAGE="gtk-vnc" |
slaxemulator@9001 | 4 VERSION="0.4.3" |
pankso@4420 | 5 CATEGORY="x-window" |
pankso@4420 | 6 SHORT_DESC="VNC viewer widget for GTK." |
pankso@4420 | 7 MAINTAINER="pankso@slitaz.org" |
slaxemulator@6388 | 8 DEPENDS="gnutls libgpg-error gtk+ pygtk cyrus-sasl libtasn1" |
pascal@11582 | 9 BUILD_DEPENDS="gnutls-dev libgpg-error-dev gtk+-dev cyrus-sasl cyrus-sasl-dev \ |
pascal@11582 | 10 intltool pkg-config pygtk-dev pygobject-dev libffi-dev python-dev \ |
pascal@12925 | 11 libgcrypt-dev zlib-dev expat-dev libtasn1-dev perl-text-csv libffi expat" |
pankso@4420 | 12 SUGGESTED="gtk-vnc-python" |
pankso@4420 | 13 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@4420 | 14 WEB_SITE="http://live.gnome.org/gtk-vnc/" |
slaxemulator@9001 | 15 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
pascal@13034 | 16 TAGS="vnc remote-desktop" |
pankso@4420 | 17 |
pankso@4420 | 18 # Rules to configure and make the package. |
pankso@4420 | 19 compile_rules() |
pankso@4420 | 20 { |
pankso@4420 | 21 cd $src |
gokhlayeh@11573 | 22 ./configure $CONFIGURE_ARGS && |
slaxemulator@9001 | 23 make -j1 && |
slaxemulator@9001 | 24 make -j1 install |
pankso@4420 | 25 } |
pankso@4420 | 26 |
pankso@4420 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4420 | 28 genpkg_rules() |
pankso@4420 | 29 { |
pankso@4420 | 30 mkdir -p $fs/usr/lib |
pankso@4420 | 31 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pankso@4420 | 32 } |