wok-current view shutterbug/receipt @ rev 6686
Fixed libsoup-dev. Added gir-1.0 and girepository-1.0 folders.
| author | Christopher Rogers <slaxemulator@gmail.com> | 
|---|---|
| date | Tue Oct 12 18:35:23 2010 +0000 (2010-10-12) | 
| parents | d36c36e566b3 | 
| children | bd75f843a141 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="shutterbug"
     4 VERSION="1.6.40"
     5 CATEGORY="x-window"
     6 SHORT_DESC="Screenshot application from the Fox Toolkit."
     7 MAINTAINER="pankso@slitaz.org"
     8 DEPENDS="fox"
     9 WANTED="fox"
    10 WEB_SITE="http://www.fox-toolkit.org/"
    12 # Rules to gen a SliTaz package suitable for Tazpkg.
    13 genpkg_rules()
    14 {
    15 	mkdir -p $fs/usr/bin
    16 	cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
    17 	copy_generic_files
    18 }