wok diff vnc2flv/receipt @ rev 7655
Add linux-without-modules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 15 20:56:53 2010 +0100 (2010-12-15) |
parents | |
children | 09cf2cf94008 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/vnc2flv/receipt Wed Dec 15 20:56:53 2010 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="vnc2flv" 1.7 +VERSION="20100207" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="VNC recorder" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://www.unixuser.org/~euske/python/vnc2flv" 1.13 +WGET_URL="http://pypi.python;org/packages/sources/v/vnc2flv/$TARBALL" 1.14 +DEPENDS="python" 1.15 +SUGGESTED="x11vnc" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + make 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr/share/$PACKAGE 1.28 + cp -a $src/$PACKAGE/* $fs/usr/share/$PACKAGE 1.29 +}