wok-next diff fbvnc/receipt @ rev 12077
fix /usr/bin/git-citool in correct link /usr/lib/git-core/git-citool
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 09 10:16:47 2012 +0100 (2012-03-09) |
parents | |
children | e53e5e4b0f9e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fbvnc/receipt Fri Mar 09 10:16:47 2012 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="fbvnc" 1.7 +VERSION="20110416" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="VNC client in frame buffer." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://repo.or.cz/w/fbvnc.git" 1.12 +_TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 + 1.14 +# Rules to configure and make the package. 1.15 +compile_rules() 1.16 +{ 1.17 + [ -s $SOURCES_REPOSITORY/$_TARBALL ] || 1.18 + wget -O $SOURCES_REPOSITORY/$_TARBALL \ 1.19 + $WEB_SITE/snapshot/e42bc02b14b3331e7c7f45c6b42179d0af99ed7b.tar.gz 1.20 + mkdir -p $src 1.21 + cd $src 1.22 + tar xzf $SOURCES_REPOSITORY/$_TARBALL 1.23 + mkdir $DESTDIR 1.24 + cd fbvnc 1.25 + patch -p0 < $stuff/fbvnc.u && 1.26 + make && cp fbvnc $DESTDIR 1.27 +} 1.28 + 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + mkdir -p $fs/usr/bin 1.34 + cp $_pkg/fbvnc $fs/usr/bin 1.35 +}