wok-stable view tazdrop/receipt @ rev 10538
ssmtp: fix path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 18:47:49 2011 +0200 (2011-05-25) |
parents | 5a0effb86317 |
children | dcadc4c60c5f |
line source
1 # SliTaz package receipt.
3 PACKAGE="tazdrop"
4 VERSION="4.2"
5 CATEGORY="office"
6 SHORT_DESC="SliTaz desktop Drag N' Drop tool"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ yad"
9 WANTED="slitaz-tools"
10 WEB_SITE="http://www.slitaz.org/"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src/tazdrop
16 make DESTDIR=$WOK/$PACKAGE/install install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs
23 cp -a $WOK/$PACKAGE/install/* $fs
24 }