wok diff shutterbug/receipt @ rev 5089

split wvdial; add wvstreams, wvstreams-dev
author Rohit Joshi <jozee@slitaz.org>
date Mon Mar 15 14:31:03 2010 +0000 (2010-03-15)
parents
children d7e2c4e777b3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/shutterbug/receipt	Mon Mar 15 14:31:03 2010 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="shutterbug"
     1.7 +VERSION="1.6.36"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Screenshot application from the Fox Toolkit."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="fox"
    1.12 +WANTED="fox"
    1.13 +WEB_SITE="http://www.fox-toolkit.org/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/bin
    1.19 +	cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
    1.20 +	copy_generic_files
    1.21 +}